summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider_database_test.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2023-09-03 16:01:46 +1000
committerGitHub <noreply@github.com>2023-09-03 16:01:46 +1000
commit40026701fdf604b874334166b9984f6ac003f0fa (patch)
tree7e7f90d62e07a627c8fc4e6335749d45ebcedd25 /internal/authentication/file_user_provider_database_test.go
parent3d1a02a8d3aa75e2e7bd2d7520e29518d11afa62 (diff)
docs: jsonschema (#5493)
Adds a JSON Schema for the configuration, user database, and most exports. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/authentication/file_user_provider_database_test.go')
-rw-r--r--internal/authentication/file_user_provider_database_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/file_user_provider_database_test.go b/internal/authentication/file_user_provider_database_test.go
index f8bb21d78..48371f787 100644
--- a/internal/authentication/file_user_provider_database_test.go
+++ b/internal/authentication/file_user_provider_database_test.go
@@ -10,7 +10,7 @@ import (
)
func TestDatabaseModel_Read(t *testing.T) {
- model := &DatabaseModel{}
+ model := &FileDatabaseModel{}
dir := t.TempDir()