fix test case

This commit is contained in:
yihaoDeng 2023-09-15 14:53:53 +08:00
parent 79fe29c848
commit 2fe725de5e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sql create user u_read pass 'taosdata1' host '127.0.0.1/24','192.168.1.0/24'
sql create user u_write pass 'taosdata1' host '127.0.0.1','192.168.1.0'
sql alter user u_read add host '3.3.3.4/24'
sql alter user u_write drop host '4.4.4.5/25'
sql_error alter user u_write drop host '4.4.4.5/25'
sql show users
if $rows != 3 then