Fix git tests

This commit is contained in:
harryzcy 2022-10-29 21:43:37 -04:00
parent 99f30f6f16
commit f839856e3c
No known key found for this signature in database
GPG key ID: CC2953E050C19686

View file

@ -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()