From 997e6fcc63c7fb3c2ada62e2981c9adf19c4eac7 Mon Sep 17 00:00:00 2001 From: Natasha Sarkar Date: Mon, 31 Oct 2022 12:58:44 -0500 Subject: [PATCH] fix `TestRemoteLoad_LocalProtocol` (#4844) * remote load test fix * fix spacing --- api/krusty/remoteloader_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/krusty/remoteloader_test.go b/api/krusty/remoteloader_test.go index e5ee3ded6..5a7950dab 100644 --- a/api/krusty/remoteloader_test.go +++ b/api/krusty/remoteloader_test.go @@ -62,6 +62,7 @@ export GIT_COMMITTER_NAME=Nobody cp -r testdata/remoteload/simple $ROOT/simple.git ( cd $ROOT/simple.git + git config --global protocol.file.allow always git init --initial-branch=main git add . git commit -m "import"