Back to Black
This commit is contained in:
parent
ea489bce6c
commit
5697ff87a8
112 changed files with 1803 additions and 977 deletions
|
|
@ -223,9 +223,7 @@ def test_get_table_not_exits():
|
|||
helpers.get_table(client, database_name, "myfirsttable")
|
||||
|
||||
exc.value.response["Error"]["Code"].should.equal("EntityNotFoundException")
|
||||
exc.value.response["Error"]["Message"].should.match(
|
||||
"Table myfirsttable not found"
|
||||
)
|
||||
exc.value.response["Error"]["Message"].should.match("Table myfirsttable not found")
|
||||
|
||||
|
||||
@mock_glue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue