From 7cfabe1322853ba17d431701ea6b172c544f67b1 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 4 Jan 2026 02:42:21 -0500 Subject: [PATCH] fix: move the correct file over --- tests/unit/builder-pack.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/builder-pack.bats b/tests/unit/builder-pack.bats index d8081f48e..008b0b2a3 100644 --- a/tests/unit/builder-pack.bats +++ b/tests/unit/builder-pack.bats @@ -183,5 +183,5 @@ cron_run_wrapper() { [[ -z "$APP" ]] && local APP="$TEST_APP" add_requirements_txt "$APP" "$APP_REPO_DIR" - mv -f "$APP_REPO_DIR/app-cron-cnb.json" "$APP_REPO_DIR/app.json" + mv -f "$APP_REPO_DIR/app-cnb-cron.json‎" "$APP_REPO_DIR/app.json" }