Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git/smudge/config_test.go')
-rw-r--r--internal/git/smudge/config_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/git/smudge/config_test.go b/internal/git/smudge/config_test.go
index d988bf16c..c6d9b2dfa 100644
--- a/internal/git/smudge/config_test.go
+++ b/internal/git/smudge/config_test.go
@@ -18,7 +18,6 @@ func TestConfigFromEnvironment(t *testing.T) {
Password: "correcthorsebatterystaple",
CAFile: "/ca/file",
CAPath: "/ca/path",
- SelfSigned: true,
},
SecretFile: "/secret/path",
}
@@ -157,7 +156,6 @@ func TestConfig_Environment(t *testing.T) {
Password: "correcthorsebatterystaple",
CAFile: "/ca/file",
CAPath: "/ca/path",
- SelfSigned: true,
},
SecretFile: "/secret/path",
},