Skip to content

Commit c50795a

Browse files
committed
minor
1 parent 8936261 commit c50795a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fake_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ def get_fake_stats():
376376
post_fake_execute,
377377
'{1}/{0}/exec/3cc2351ab11b/start'.format(CURRENT_VERSION, prefix):
378378
post_fake_execute_start,
379+
'{1}/{0}/containers/3cc2351ab11b/stats'.format(CURRENT_VERSION, prefix):
380+
get_fake_stats,
379381
'{1}/{0}/containers/3cc2351ab11b/stop'.format(CURRENT_VERSION, prefix):
380382
post_fake_stop_container,
381383
'{1}/{0}/containers/3cc2351ab11b/kill'.format(CURRENT_VERSION, prefix):
@@ -390,8 +392,6 @@ def get_fake_stats():
390392
post_fake_restart_container,
391393
'{1}/{0}/containers/3cc2351ab11b'.format(CURRENT_VERSION, prefix):
392394
delete_fake_remove_container,
393-
'{1}/{0}/containers/3cc2351ab11b/stats'.format(CURRENT_VERSION, prefix):
394-
get_fake_stats,
395395
'{1}/{0}/images/create'.format(CURRENT_VERSION, prefix):
396396
post_fake_image_create,
397397
'{1}/{0}/images/e9aa60c60128'.format(CURRENT_VERSION, prefix):

0 commit comments

Comments
 (0)