We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf7675 commit a5dfa0eCopy full SHA for a5dfa0e
.gitignore
@@ -24,6 +24,5 @@ coverage.xml
24
25
# Editors
26
.vscode/
27
-.idea/
28
# Docs build
29
site
tests/unit/test_order_request.py
@@ -169,8 +169,7 @@ def test_delivery_missing_archive_details():
169
'aws_region': 'aws_region'
170
}
171
172
- delivery_config = order_request.delivery('zip',
173
- False,
+ delivery_config = order_request.delivery(archive_type='zip',
174
cloud_config=as3_config)
175
176
expected = {
0 commit comments