diff options
Diffstat (limited to 'internal/api/client/auth/auth_test.go')
-rw-r--r-- | internal/api/client/auth/auth_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/auth/auth_test.go b/internal/api/client/auth/auth_test.go index ca606e8f2..ae58ffbbb 100644 --- a/internal/api/client/auth/auth_test.go +++ b/internal/api/client/auth/auth_test.go @@ -47,7 +47,7 @@ type AuthTestSuite struct { // SetupSuite sets some variables on the suite that we can use as consts (more or less) throughout func (suite *AuthTestSuite) SetupSuite() { - c := config.Empty() + c := config.Default() // we're running on localhost without https so set the protocol to http c.Protocol = "http" // just for testing |