mirror of
https://github.com/lordmathis/lemma.git
synced 2025-12-23 10:04:26 +00:00
Add theme attribute to test user creation
This commit is contained in:
@@ -26,6 +26,7 @@ func TestWorkspaceOperations(t *testing.T) {
|
||||
DisplayName: "Test User",
|
||||
PasswordHash: "hash",
|
||||
Role: models.RoleEditor,
|
||||
Theme: "dark",
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatalf("failed to create test user: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user