We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089ceb2 commit 54056e5Copy full SHA for 54056e5
endpoint/utils.go
@@ -22,7 +22,7 @@ import (
22
)
23
24
const (
25
- msg = "No endpoints could be generated from %s %s/%s"
+ msg = "No endpoints could be generated from '%s/%s/%s'"
26
27
28
// HasEmptyEndpoints checks if the endpoint list is empty and logs
source/annotations/processors_test.go
@@ -369,11 +369,9 @@ func TestInternalHostnamesFromAnnotations(t *testing.T) {
369
}
370
371
372
-func init() {
+func TestShouldProcessResource(t *testing.T) {
373
SetAnnotationPrefix(DefaultAnnotationPrefix)
374
-}
375
376
-func TestShouldProcessResource(t *testing.T) {
377
tests := []struct {
378
name string
379
annotations map[string]string
0 commit comments