We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5733d commit 2b03d7cCopy full SHA for 2b03d7c
scanpipe/tests/test_pipelines.py
@@ -1579,7 +1579,7 @@ def test_scanpipe_deploy_to_develop_pipeline_with_about_file(
1579
1580
result_file = output.to_json(project1)
1581
expected_file = data_dir / "expected.json"
1582
- self.assertPipelineResultEqual(expected_file, result_file, regen=1)
+ self.assertPipelineResultEqual(expected_file, result_file)
1583
1584
self.assertEqual(1, project1.projectmessages.count())
1585
message = project1.projectmessages.get()
0 commit comments