Added sns backend to servers, added some tests to check backend
This commit is contained in:
parent
42b95023f5
commit
930ac58a4d
4 changed files with 51 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ Test the different server responses
|
|||
def test_cloudformation_server_get():
|
||||
backend = server.create_backend_app("cloudformation")
|
||||
stack_name = 'test stack'
|
||||
test_client = backend.test_client(service="cloudformation")
|
||||
test_client = backend.test_client()
|
||||
template_body = {
|
||||
"Resources": {},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue