fix: test frame issue

This commit is contained in:
dapan1121 2024-04-15 11:09:24 +08:00
parent 168769830f
commit 45b1a64a97
1 changed files with 1 additions and 0 deletions

View File

@ -566,6 +566,7 @@ if __name__ == "__main__":
if res[i][0] == "queryPolicy" :
if int(res[i][1]) == int(queryPolicy):
tdLog.info(f'alter queryPolicy to {queryPolicy} successfully')
cursor.close()
else:
tdLog.debug(res)
tdLog.exit(f"alter queryPolicy to {queryPolicy} failed")