Add theme attribute to test user creation

This commit is contained in:
2025-11-03 20:53:54 +01:00
parent 4acba662b6
commit ab6cb47047
6 changed files with 20 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ func TestSessionOperations(t *testing.T) {
DisplayName: "Test User",
PasswordHash: "hash",
Role: "editor",
Theme: "dark",
})
if err != nil {
t.Fatalf("failed to create test user: %v", err)