Skip to content

Commit 1f9b8a5

Browse files
committed
Fix incorrect in call order
1 parent 35b54ee commit 1f9b8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_list_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def test_invalid_schema_list_table(token, client):
2121
json=dict(schemaName='invalid_schema')
2222
)
2323

24-
assert(response.get_data(as_text=True) in 'Database `invalid_schema` has not yet been declared. Set argument create_schema=True to create it.')
24+
assert('Database `invalid_schema` has not yet been declared. Set argument create_schema=True to create it.' in response.get_data(as_text=True))

0 commit comments

Comments
 (0)