Skip to content

Commit

Permalink
fix skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyguava committed Sep 17, 2022
1 parent 4c0bf39 commit 215455c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/internal/git/repospec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func TestNewRepoSpecFromUrl_Smoke(t *testing.T) {
absPath: notCloned.Join("/examples/multibases/dev"),
repoSpec: RepoSpec{
Host: "https://fake-git-hosting.org/",
OrgRepo: "path/to/server",
OrgRepo: "path/to/repo",
Path: "/examples/multibases/dev",
GitSuffix: ".git",
},
Expand Down

0 comments on commit 215455c

Please sign in to comment.