summaryrefslogtreecommitdiff
path: root/internal/logging/logger_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/logging/logger_test.go')
-rw-r--r--internal/logging/logger_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/logging/logger_test.go b/internal/logging/logger_test.go
index fbcdfe151..39633acec 100644
--- a/internal/logging/logger_test.go
+++ b/internal/logging/logger_test.go
@@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "github.com/authelia/authelia/internal/configuration/schema"
+ "github.com/authelia/authelia/v4/internal/configuration/schema"
)
func TestShouldWriteLogsToFile(t *testing.T) {