Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodwyer committed May 9, 2024
1 parent 7960d41 commit c552153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/views/test_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def test_request_view_root_summary(airlock_client):
assert response.status_code == 200
assert "PENDING" in response.rendered_content
# output files
assert ">2<" in response.rendered_content
assert ">\n 2\n <" in response.rendered_content
# supporting files
assert ">1<" in response.rendered_content
assert ">\n 1\n <" in response.rendered_content
assert "Recent activity" in response.rendered_content
assert "audit_user" in response.rendered_content
assert "Created request" in response.rendered_content
Expand Down

0 comments on commit c552153

Please sign in to comment.