Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwood committed Apr 26, 2023
1 parent 336283b commit e74e319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove/cove_360/tests_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,6 @@ def test_quality_checks(server_url, browser, httpserver, source_filename, expect
quality_accuracy_body_text = ""

for expected_text in expected_texts:
assert expected_text in quality_accuracy_body_text
assert expected_text in quality_accuracy_body_text, f"Expected: '{expected_text}' got '{quality_accuracy_body_text}'"
for unexpected_text in unexpected_texts:
assert unexpected_text not in quality_accuracy_body_text

0 comments on commit e74e319

Please sign in to comment.