Skip to content

Commit 0ba900d

Browse files
Update internal/integrationtest/lib/lib_test.go
Co-authored-by: Cristian Maglie <[email protected]>
1 parent 6469c15 commit 0ba900d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/integrationtest/lib/lib_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ func TestInstallWithGitUrlLocalFileUri(t *testing.T) {
14931493
})
14941494
require.NoError(t, err)
14951495

1496-
_, _, err = cli.RunWithCustomEnv(envVar, "lib", "install", "--git-url", "file:///"+repoDir.String())
1496+
_, _, err = cli.RunWithCustomEnv(envVar, "lib", "install", "--git-url", "file://"+repoDir.String())
14971497
require.NoError(t, err)
14981498

14991499
// Verifies library is installed

0 commit comments

Comments
 (0)