Remove extra line in test.
This commit is contained in:
parent
51df02e7cf
commit
fe46b4c5b9
2 changed files with 12 additions and 1 deletions
12
moto/core/urls.py
Normal file
12
moto/core/urls.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from __future__ import unicode_literals
|
||||
from .responses import MotoAPIResponse
|
||||
|
||||
url_bases = [
|
||||
"https?://motoapi.amazonaws.com"
|
||||
]
|
||||
|
||||
response_instance = MotoAPIResponse()
|
||||
|
||||
url_paths = {
|
||||
'{0}/moto-api/reset': response_instance.reset_response,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue