We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
testItems
getEnvVars
1 parent cbbc057 commit d079671Copy full SHA for d079671
1 file changed
go/extractor/diagnostics/diagnostics_test.go
@@ -88,7 +88,7 @@ func Test_EmitPrivateRegistryUsed_Single(t *testing.T) {
88
writer := newMemoryDiagnosticsWriter()
89
90
testItems := []string{
91
- "* https://github.com/github/example (Git Source)",
+ "https://github.com/github/example (Git Source)",
92
}
93
94
EmitPrivateRegistryUsed(writer, testItems)
@@ -109,8 +109,8 @@ func Test_EmitPrivateRegistryUsed_Multiple(t *testing.T) {
109
110
111
112
113
- "* https://example.com/goproxy (GOPROXY Server)",
+ "https://example.com/goproxy (GOPROXY Server)",
114
115
116
0 commit comments