summaryrefslogtreecommitdiff
path: root/internal/config/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/config_test.go')
-rw-r--r--internal/config/config_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/config_test.go b/internal/config/config_test.go
index 521dd35..5fa8e66 100644
--- a/internal/config/config_test.go
+++ b/internal/config/config_test.go
@@ -4,11 +4,11 @@ import (
"os"
"testing"
- "github.com/stretchr/testify/require"
"github.com/prometheus/client_golang/prometheus"
+ "github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitlab-shell/internal/testhelper"
"gitlab.com/gitlab-org/gitlab-shell/client/testserver"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/testhelper"
)
func TestConfigApplyGlobalState(t *testing.T) {