Skip to content

Commit

Permalink
Fix failing test #1197
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed May 22, 2024
1 parent 288e501 commit 60f316c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scanpipe/tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def test_scanpipe_forms_project_settings_form_update_project_settings(self):

expected = {
"ignored_patterns": ["*.ext", "dir/*"],
"ignored_dependency_scopes": None,
"product_name": "",
"product_version": "",
"attribution_template": "",
Expand Down

0 comments on commit 60f316c

Please sign in to comment.