diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/system/255-auto-update.bats | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats index b47e72b30..4d7a8e783 100644 --- a/test/system/255-auto-update.bats +++ b/test/system/255-auto-update.bats @@ -36,7 +36,7 @@ function teardown() { rm -f $SNAME_FILE run_podman ? rmi quay.io/libpod/alpine:latest - run_podman ? rmi quay.io/libpod/alpine_nginx:latest + run_podman ? rmi quay.io/libpod/busybox:latest run_podman ? rmi quay.io/libpod/localtest:latest basic_teardown } @@ -191,7 +191,7 @@ function _confirm_update() { do local img_base="alpine" if [[ $auto_update == "registry" ]]; then - img_base="alpine_nginx" + img_base="busybox" elif [[ $auto_update == "local" ]]; then img_base="localtest" fi |