Skip to content

Commit

Permalink
addressing pep8speaks comment
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Dec 1, 2023
1 parent aefe563 commit 8d68468
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,10 @@ def test_request_too_large(dispatcher_live_fixture):
assert c.status_code == 200

assert jdata['job_status'] == 'failed'
assert 'SPI-ACS backend refuses to process this request' in jdata['exit_status']['debug_message']
assert 'Instrument: spi_acs, product: spi_acs_lc' in jdata['exit_status']['error_message']
assert ('SPI-ACS backend refuses to process this request' in
jdata['exit_status']['debug_message'])
assert ('Instrument: spi_acs, product: spi_acs_lc' in
jdata['exit_status']['error_message'])


@pytest.mark.parametrize("roles", ["integral-realtime", ""])
Expand Down

0 comments on commit 8d68468

Please sign in to comment.