Skip to content

Commit fe3548f

Browse files
committed
adding function to override sonarcube
1 parent 88cb012 commit fe3548f

File tree

1 file changed

+5
-5
lines changed
  • internal/pkg/composable/providers/kubernetes

1 file changed

+5
-5
lines changed

internal/pkg/composable/providers/kubernetes/pod_test.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,11 @@ func TestGenerateHints(t *testing.T) {
385385
"foo": "bar",
386386
},
387387
Annotations: map[string]string{
388-
"app": "production",
389-
"co.elastic.hints/host": "${kubernetes.pod.ip}:6379",
390-
"co.elastic.hints/package": "redis",
391-
"co.elastic.hints/metricspath": "/metrics",
392-
"co.elastic.hints/period": "42s",
388+
"app": "production",
389+
"co.elastic.hints/host": "${kubernetes.pod.ip}:6379",
390+
"co.elastic.hints/package": "redis",
391+
"co.elastic.hints/metricssssssspath": "/metrics",
392+
"co.elastic.hints/period": "42s",
393393
},
394394
},
395395
TypeMeta: metav1.TypeMeta{

0 commit comments

Comments
 (0)