Skip to content

Commit

Permalink
test more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Dec 1, 2023
1 parent b0fae5b commit 86dd163
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,7 @@ 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 any('SPI-ACS backend refuses to process this request' in r for r in jdata['exit_status'].values())


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

0 comments on commit 86dd163

Please sign in to comment.