Add moto reset API.
This commit is contained in:
parent
fe46b4c5b9
commit
cb28eeefbb
6 changed files with 71 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
|||
from .responses import SNSResponse
|
||||
|
||||
url_bases = [
|
||||
"https?://sns.(.+).amazonaws.com"
|
||||
"https?://sns.(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue