File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,8 @@ def get_fake_stats():
376
376
post_fake_execute ,
377
377
'{1}/{0}/exec/3cc2351ab11b/start' .format (CURRENT_VERSION , prefix ):
378
378
post_fake_execute_start ,
379
+ '{1}/{0}/containers/3cc2351ab11b/stats' .format (CURRENT_VERSION , prefix ):
380
+ get_fake_stats ,
379
381
'{1}/{0}/containers/3cc2351ab11b/stop' .format (CURRENT_VERSION , prefix ):
380
382
post_fake_stop_container ,
381
383
'{1}/{0}/containers/3cc2351ab11b/kill' .format (CURRENT_VERSION , prefix ):
@@ -390,8 +392,6 @@ def get_fake_stats():
390
392
post_fake_restart_container ,
391
393
'{1}/{0}/containers/3cc2351ab11b' .format (CURRENT_VERSION , prefix ):
392
394
delete_fake_remove_container ,
393
- '{1}/{0}/containers/3cc2351ab11b/stats' .format (CURRENT_VERSION , prefix ):
394
- get_fake_stats ,
395
395
'{1}/{0}/images/create' .format (CURRENT_VERSION , prefix ):
396
396
post_fake_image_create ,
397
397
'{1}/{0}/images/e9aa60c60128' .format (CURRENT_VERSION , prefix ):
You can’t perform that action at this time.
0 commit comments