Skip to content

Commit

Permalink
fix tck
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohaifei committed Mar 11, 2022
1 parent 4c67d24 commit 24a0f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tck/features/mutate/ClearSpace.feature
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Feature: Clear space test
CREATE USER IF NOT EXISTS clear_space_user WITH PASSWORD 'nebula';
GRANT ROLE ADMIN ON clear_space TO clear_space_user;
"""
And wait 2 seconds
Then the execution should be successful
When connect to nebula service with user[u:clear_space_user, p:nebula]
And executing clear space
Expand Down

0 comments on commit 24a0f2f

Please sign in to comment.