Skip to content

Commit

Permalink
Fix failed tests (vesoft-inc#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Jan 31, 2023
1 parent 7f73146 commit eac1a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tck/features/user/User.feature
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ Feature: User & privilege Test
Then the result should contain:
| Account | IP Whitelist |
| "user_ip" | "192.168.11.6,192.168.10.189" |
When executing query with user user_ip with password pwd1:
When executing query with user "user_ip" and password "pwd1":
"""
show spaces
"""
Expand All @@ -818,7 +818,7 @@ Feature: User & privilege Test
"""
Then the execution should be successful
And wait 10 seconds
When executing query with user user_ip with password pwd1:
When executing query with user "user_ip" and password "pwd1":
"""
show spaces
"""
Expand Down

0 comments on commit eac1a2e

Please sign in to comment.