summaryrefslogtreecommitdiff
path: root/internal/authentication/ldap_user_provider_test.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2021-08-11 11:04:35 +1000
committerAmir Zarrinkafsh <nightah@me.com>2021-08-11 11:16:46 +1000
commitb4e570358e8958f65a10ad2e6a2102926795b6fc (patch)
treecf54359e5dc9beadb16e2d91e7da3e7d287b0dc9 /internal/authentication/ldap_user_provider_test.go
parent9c024cfa20ea2da45d458c950f50dd2635df56a2 (diff)
fix: include major in go.mod module directive (#2278)
* build: include major in go.mod module directive * fix: xflags * revert: cobra changes * fix: mock doc
Diffstat (limited to 'internal/authentication/ldap_user_provider_test.go')
-rw-r--r--internal/authentication/ldap_user_provider_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/authentication/ldap_user_provider_test.go b/internal/authentication/ldap_user_provider_test.go
index 93d2829d0..701c8564b 100644
--- a/internal/authentication/ldap_user_provider_test.go
+++ b/internal/authentication/ldap_user_provider_test.go
@@ -11,8 +11,8 @@ import (
"github.com/stretchr/testify/require"
"golang.org/x/text/encoding/unicode"
- "github.com/authelia/authelia/internal/configuration/schema"
- "github.com/authelia/authelia/internal/utils"
+ "github.com/authelia/authelia/v4/internal/configuration/schema"
+ "github.com/authelia/authelia/v4/internal/utils"
)
func TestShouldCreateRawConnectionWhenSchemeIsLDAP(t *testing.T) {