diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-12-29 14:48:26 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 14:48:26 +1100 |
| commit | 86180aa278d7fd30998d1ad2c29d16c38cd5654c (patch) | |
| tree | ebbb8eb9e14ccfc90d0ec87d4a3dffb2a2898566 /internal/authentication/file_user_provider_test.go | |
| parent | b50a56b59805554a54636fd9fca8509f8ddce46c (diff) | |
refactor: yaml vs yml (#8527)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/authentication/file_user_provider_test.go')
| -rw-r--r-- | internal/authentication/file_user_provider_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/file_user_provider_test.go b/internal/authentication/file_user_provider_test.go index f91501719..9ae90bd51 100644 --- a/internal/authentication/file_user_provider_test.go +++ b/internal/authentication/file_user_provider_test.go @@ -944,7 +944,7 @@ users: func WithDatabase(t *testing.T, content []byte, f func(path string)) { dir := t.TempDir() - db, err := os.CreateTemp(dir, "users_database.*.yaml") + db, err := os.CreateTemp(dir, "users_database.*.yml") require.NoError(t, err) _, err = db.Write(content) |
