Skip to content

Commit 8c2fc41

Browse files
committed
more jfrog-ignores
1 parent df40e3d commit 8c2fc41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/commands/config_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,9 @@ var unsafeUrlTestCases = []unsafeUrlTest{
237237
{"ssh://localhost:1339/", true},
238238

239239
// Unsafe URLs:
240+
// jfrog-ignore - unsafe url for tests
240241
{"http://acme.jfrog.io", false},
241-
// jfrog-ignore
242+
// jfrog-ignore - unsafe url for tests
242243
{"http://acme.jfrog.io:8081", false},
243244
{"http://localhost-123", false},
244245
}

0 commit comments

Comments
 (0)