Skip to content

Commit 2b03d7c

Browse files
committed
Remove leftover regen=1 in unit tests #1659
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 0b5733d commit 2b03d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/tests/test_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ def test_scanpipe_deploy_to_develop_pipeline_with_about_file(
15791579

15801580
result_file = output.to_json(project1)
15811581
expected_file = data_dir / "expected.json"
1582-
self.assertPipelineResultEqual(expected_file, result_file, regen=1)
1582+
self.assertPipelineResultEqual(expected_file, result_file)
15831583

15841584
self.assertEqual(1, project1.projectmessages.count())
15851585
message = project1.projectmessages.get()

0 commit comments

Comments
 (0)