Skip to content

Commit

Permalink
no clear needed here
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 6, 2023
1 parent 41b2b50 commit d1250ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def test_menuinst_validation_fails_bad_schema(testing_config, caplog, tmp_path):
assert "Found 'Menu/*.json' files but couldn't validate:" not in captured_text
assert "not a valid menuinst JSON document" in captured_text
assert "ValidationError" in captured_text
caplog.clear()


def test_menuinst_validation_fails_bad_json(testing_config, caplog, tmp_path):
Expand Down

0 comments on commit d1250ed

Please sign in to comment.