Skip to content

Commit d079671

Browse files
committed
Align testItems with what getEnvVars does
1 parent cbbc057 commit d079671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/extractor/diagnostics/diagnostics_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func Test_EmitPrivateRegistryUsed_Single(t *testing.T) {
8888
writer := newMemoryDiagnosticsWriter()
8989

9090
testItems := []string{
91-
"* https://github.com/github/example (Git Source)",
91+
"https://github.com/github/example (Git Source)",
9292
}
9393

9494
EmitPrivateRegistryUsed(writer, testItems)
@@ -109,8 +109,8 @@ func Test_EmitPrivateRegistryUsed_Multiple(t *testing.T) {
109109
writer := newMemoryDiagnosticsWriter()
110110

111111
testItems := []string{
112-
"* https://github.com/github/example (Git Source)",
113-
"* https://example.com/goproxy (GOPROXY Server)",
112+
"https://github.com/github/example (Git Source)",
113+
"https://example.com/goproxy (GOPROXY Server)",
114114
}
115115

116116
EmitPrivateRegistryUsed(writer, testItems)

0 commit comments

Comments
 (0)