Clean up querystring logic.
This commit is contained in:
parent
ffcbaf366e
commit
8b278eb05d
14 changed files with 66 additions and 35 deletions
|
|
@ -5,10 +5,11 @@ import moto.server as server
|
|||
'''
|
||||
Test the different server responses
|
||||
'''
|
||||
server.configure_urls("ses")
|
||||
|
||||
|
||||
def test_ses_list_identities():
|
||||
test_client = server.app.test_client()
|
||||
backend = server.create_backend_app("ses")
|
||||
test_client = backend.test_client()
|
||||
|
||||
res = test_client.get('/?Action=ListIdentities')
|
||||
res.data.should.contain("ListIdentitiesResponse")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue