Skip to content

Commit

Permalink
no print needed here either
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 6, 2023
1 parent d1250ed commit 52e23f8
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 @@ -106,7 +106,6 @@ def test_menuinst_validation_ok(testing_config, caplog, tmp_path):
pkg = api.build(str(recipe_tmp), config=testing_config, notest=True)[0]

captured_text = caplog.text
print(captured_text)
assert "Found 'Menu/*.json' files but couldn't validate:" not in captured_text
assert "not a valid menuinst JSON file" not in captured_text
assert "is a valid menuinst JSON document" in captured_text
Expand Down

0 comments on commit 52e23f8

Please sign in to comment.