Skip to content

Commit

Permalink
🤖 Fix users schema test (#1101)
Browse files Browse the repository at this point in the history
Groups changed and unit tests were not passing

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka authored Mar 10, 2023
1 parent cc90b66 commit 83bb61c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/schemas/users_schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ name: "kairos"`
name: "kairos"
passwd: "kairos"
lock_passwd: true
groups: "admin"
groups:
- "admin"
ssh_authorized_keys:
- github:mudler`
})
Expand Down

0 comments on commit 83bb61c

Please sign in to comment.