Skip to content

Commit

Permalink
Fix formatting #300
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Nov 7, 2022
1 parent 0f3d0c5 commit cdde3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpipe/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def test_scanpipe_views_run_status_view(self):
f'hx-get="{url}?current_status={run.status}&display_current_step=True"'
)
self.assertContains(response, expected)
self.assertContains(response, '1/2 Step A')
self.assertContains(response, "1/2 Step A")

run.set_task_ended(exitcode=1)
response = self.client.get(url)
Expand Down

0 comments on commit cdde3b7

Please # to comment.