mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
Add theme attribute to test user creation
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user