Skip to content

Commit

Permalink
fixup! set log level
Browse files Browse the repository at this point in the history
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
  • Loading branch information
supakeen committed Oct 21, 2024
1 parent 3f206f7 commit 4226e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_otk_define_empty(tmp_path, caplog):


def test_verbose_logs_processed_files(tmp_path, caplog):
caplog.set_level(logging.INFO)
caplog.set_level(logging.DEBUG)

test_otk = tmp_path / "foo.yaml"
test_otk.write_text(TEST_OTK)
Expand Down

0 comments on commit 4226e62

Please sign in to comment.