diff --git a/tests/integration/git_test.go b/tests/integration/git_test.go index cfffa34310..301a635f71 100644 --- a/tests/integration/git_test.go +++ b/tests/integration/git_test.go @@ -43,7 +43,7 @@ func TestGit(t *testing.T) { func testGit(t *testing.T, u *url.URL) { username := "user2" - baseAPITestContext := NewAPITestContext(t, username, "repo1") + baseAPITestContext := NewAPITestContext(t, username, "repo1", "write_public_key") u.Path = baseAPITestContext.GitPath()