diff options
Diffstat (limited to 'internal/config/config_test.go')
-rw-r--r-- | internal/config/config_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/config_test.go b/internal/config/config_test.go index 5fb791c..c5fc219 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/require" yaml "gopkg.in/yaml.v2" - "gitlab.com/gitlab-org/gitlab-shell/client/testserver" - "gitlab.com/gitlab-org/gitlab-shell/internal/testhelper" + "gitlab.com/gitlab-org/gitlab-shell/v14/client/testserver" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/testhelper" ) func TestConfigApplyGlobalState(t *testing.T) { |