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 3ce9973 commit 85af1b5Copy full SHA for 85af1b5
pkg/detectors/endpoint_customizer_test.go
@@ -9,7 +9,7 @@ import (
9
func TestEmbeddedEndpointSetter(t *testing.T) {
10
type Scanner struct{ EndpointSetter }
11
var s Scanner
12
- // set useFoundEndpoints to set the "baz" in endpoints
+ // set useFoundEndpoints to true to add the "baz" in endpoints
13
s.useFoundEndpoints = true
14
assert.Equal(t, []string{"baz"}, s.Endpoints("baz"))
15
// setting "foo" and "bar" as configured endpoint
0 commit comments