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 a9a3775 commit c68d532Copy full SHA for c68d532
tests/unit/fake_api.py
@@ -111,13 +111,6 @@ def get_fake_image_history():
111
return status_code, response
112
113
114
-def post_fake_import_image():
115
- status_code = 200
116
- response = 'Import messages...'
117
-
118
- return status_code, response
119
120
121
def get_fake_containers():
122
status_code = 200
123
response = [{
@@ -542,8 +535,6 @@ def post_fake_secret():
542
535
get_fake_images,
543
536
f'{prefix}/{CURRENT_VERSION}/images/test_image/history':
544
537
get_fake_image_history,
545
- f'{prefix}/{CURRENT_VERSION}/images/create':
546
- post_fake_import_image,
547
538
f'{prefix}/{CURRENT_VERSION}/containers/json':
548
539
get_fake_containers,
549
540
f'{prefix}/{CURRENT_VERSION}/containers/{FAKE_CONTAINER_ID}/start':
0 commit comments