From 72cbc90b613709b149fa430323f853fce41b5651 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Mon, 11 Jul 2022 16:08:52 +0200 Subject: [PATCH] [FIX] CI --- tests/cli_06_execute_script_sql_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli_06_execute_script_sql_test.py b/tests/cli_06_execute_script_sql_test.py index 81fd69e..524f780 100644 --- a/tests/cli_06_execute_script_sql_test.py +++ b/tests/cli_06_execute_script_sql_test.py @@ -23,7 +23,7 @@ def test_cli_execute_script_sql(): ).absolute() # Deploy SQL Script - destination_path = Path("scripts/step_01__update__14.0") + destination_path = Path("scripts/step_01__regular__14.0") cp([extra_script_path, destination_path]) # Reset database