From 74208171c4082434e803efbabe6350771ad11d65 Mon Sep 17 00:00:00 2001 From: forsyth2 <30700190+forsyth2@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:34:18 -0700 Subject: [PATCH] Compy fixes for rc3 (#463) --- tests/integration/generated/directions_compy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/generated/directions_compy.md b/tests/integration/generated/directions_compy.md index 508d6259..e1aeb6a2 100644 --- a/tests/integration/generated/directions_compy.md +++ b/tests/integration/generated/directions_compy.md @@ -53,7 +53,7 @@ cd /compyfs/www/zppy_test_resources/expected_bundles find . -type f -name '*.png' > ../image_list_expected_bundles.txt cd # Rerun test -python -u -m unittest tests/integration/test_bundles_compy.py +python -u -m unittest tests/integration/test_bundles.py ``` ### test_campaign @@ -83,7 +83,7 @@ cd /compyfs/www/zppy_test_resources/expected_complete_run find . -type f -name '*.png' > ../image_list_expected_complete_run.txt cd # Rerun test -python -u -m unittest tests/integration/test_complete_run_compy.py +python -u -m unittest tests/integration/test_complete_run.py ``` ### test_defaults