From 423302df5f5e6205ffa0294a3bf8685f4e607761 Mon Sep 17 00:00:00 2001 From: Alexei Dodon Date: Fri, 1 Sep 2023 13:08:17 +0300 Subject: [PATCH] fix: nightly build (#1745) Signed-off-by: Alexei Dodon --- test/blackbox/sync_harness.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/blackbox/sync_harness.bats b/test/blackbox/sync_harness.bats index 4808a461..8856d2e9 100644 --- a/test/blackbox/sync_harness.bats +++ b/test/blackbox/sync_harness.bats @@ -102,7 +102,7 @@ function teardown_file() { zb_run "http://127.0.0.1:8080" # start zot sync server - zot_start ${ZOT_PATH} ${zot_sync_per_config_file} + zot_serve ${ZOT_PATH} ${zot_sync_per_config_file} wait_zot_reachable 8081 start=`date +%s`