Fix git tests
This commit is contained in:
parent
99f30f6f16
commit
f839856e3c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func TestGit(t *testing.T) {
|
||||||
|
|
||||||
func testGit(t *testing.T, u *url.URL) {
|
func testGit(t *testing.T, u *url.URL) {
|
||||||
username := "user2"
|
username := "user2"
|
||||||
baseAPITestContext := NewAPITestContext(t, username, "repo1")
|
baseAPITestContext := NewAPITestContext(t, username, "repo1", "write_public_key")
|
||||||
|
|
||||||
u.Path = baseAPITestContext.GitPath()
|
u.Path = baseAPITestContext.GitPath()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue