diff --git a/tests/test_jsjaws_samples.py b/tests/test_jsjaws_samples.py index 607fe082..472223f7 100644 --- a/tests/test_jsjaws_samples.py +++ b/tests/test_jsjaws_samples.py @@ -15,7 +15,6 @@ # Initialize test helper service_class = load_module_by_path("jsjaws.JsJaws", os.path.join(os.path.dirname(__file__), "..")) th = TestHelper(service_class, RESULTS_FOLDER, SAMPLES_FOLDER) -th.regenerate_results() @pytest.mark.parametrize("sample", th.result_list())