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