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/praefect/checks_test.go')
-rw-r--r--internal/praefect/checks_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/praefect/checks_test.go b/internal/praefect/checks_test.go
index cddaa7849..2c1c3c147 100644
--- a/internal/praefect/checks_test.go
+++ b/internal/praefect/checks_test.go
@@ -535,7 +535,7 @@ func TestNewClockSyncCheck(t *testing.T) {
return true, nil
},
setup: func(t *testing.T) {
- testhelper.ModifyEnvironment(t, "NTP_HOST", "custom")
+ t.Setenv("NTP_HOST", "custom")
},
},
} {