We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b54ee commit 1f9b8a5Copy full SHA for 1f9b8a5
tests/test_list_tables.py
@@ -21,4 +21,4 @@ def test_invalid_schema_list_table(token, client):
21
json=dict(schemaName='invalid_schema')
22
)
23
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.')
+ 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