Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Bhardwaj committed Sep 9, 2024
1 parent f197366 commit 6a0cc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/database_user_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ var _ = suite("database/user/create", func(t *testing.T, when spec.G, it spec.S)
const (
databaseUserCreateOutput = `
Name Role Password
some-user-name normal 1
some-user-name normal test
`
databaseUserCreateResponse = `
{
"user": {
"name": "{{.Name}}",
"role": "normal",
"password": "1",
"password": "test",
"mysql_settings": { "auth_plugin": "mysql_native_password" },
"settings": {
"opensearch_acl": [
Expand Down

0 comments on commit 6a0cc8c

Please sign in to comment.