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

@@ -31,12 +31,14 @@ func TestSystemOperations(t *testing.T) {
DisplayName: "User 1",
PasswordHash: "hash1",
Role: "editor",
Theme: "dark",
},
{
Email: "user2@test.com",
DisplayName: "User 2",
PasswordHash: "hash2",
Role: "viewer",
Theme: "light",
},
}