@@ -81,7 +81,7 @@ func TestLabelNoLabels(t *testing.T) {
8181 fmt .Printf ("Original:\n %s\n " , fragment )
8282
8383 ctx := & ProcessorContext {
84- Namepsace : "monitoring" ,
84+ Namespace : "monitoring" ,
8585 GenerationContext : & GenerationContext {
8686 ReferencedBridges : map [string ]bool {},
8787 },
@@ -114,7 +114,7 @@ func TestLabelWithLabels(t *testing.T) {
114114 fmt .Printf ("Original:\n %s\n " , fragment )
115115
116116 ctx := & ProcessorContext {
117- Namepsace : "monitoring" ,
117+ Namespace : "monitoring" ,
118118 GenerationContext : & GenerationContext {
119119 ReferencedBridges : map [string ]bool {},
120120 },
@@ -190,7 +190,7 @@ func TestLabelWithLabelsAndElse(t *testing.T) {
190190 fmt .Printf ("Original:\n %s\n " , fragment )
191191
192192 ctx := & ProcessorContext {
193- Namepsace : "monitoring" ,
193+ Namespace : "monitoring" ,
194194 GenerationContext : & GenerationContext {
195195 ReferencedBridges : map [string ]bool {},
196196 },
@@ -224,7 +224,7 @@ func TestLabelWithLabelsAndContainer(t *testing.T) {
224224 fmt .Printf ("Original:\n %s\n " , fragment )
225225
226226 ctx := & ProcessorContext {
227- Namepsace : "monitoring" ,
227+ Namespace : "monitoring" ,
228228 GenerationContext : & GenerationContext {
229229 ReferencedBridges : map [string ]bool {},
230230 },
0 commit comments