From f839856e3c4261c9159a27e8d59672bbb7cdf382 Mon Sep 17 00:00:00 2001 From: harryzcy Date: Sat, 29 Oct 2022 21:43:37 -0400 Subject: [PATCH] Fix git tests --- tests/integration/git_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()