Testing new version of decorator.
This commit is contained in:
parent
d3df810065
commit
fde721bed7
123 changed files with 2740 additions and 1114 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
from .models import opsworks_backends
|
||||
from ..core.models import MockAWS, base_decorator
|
||||
from ..core.models import MockAWS, base_decorator, HttprettyMockAWS, deprecated_base_decorator
|
||||
|
||||
opsworks_backend = opsworks_backends['us-east-1']
|
||||
mock_opsworks = base_decorator(opsworks_backends)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ from .responses import OpsWorksResponse
|
|||
# AWS OpsWorks has a single endpoint: opsworks.us-east-1.amazonaws.com
|
||||
# and only supports HTTPS requests.
|
||||
url_bases = [
|
||||
"opsworks.us-east-1.amazonaws.com"
|
||||
"https?://opsworks.us-east-1.amazonaws.com"
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue