Skip to content

Commit

Permalink
fix: unit test failed on username
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 2, 2024
1 parent e62f946 commit 565c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestAccUser(t *testing.T) {
),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(
"kestra_user.new", "username", "admin 2",
"kestra_user.new", "username", "admin-2",
),
resource.TestCheckResourceAttr(
"kestra_user.new", "email", "admin2@john.doe",
Expand Down

0 comments on commit 565c03e

Please sign in to comment.