Skip to content

Commit

Permalink
ci: print statement to debug error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPedroGHM committed Oct 25, 2023
1 parent af14fa9 commit be3cd4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/perun/api/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def test_showconf_command_with_default(
capture_output=True,
text=True,
).stdout
print(processorOut)
parser = configparser.ConfigParser(allow_no_value=True)
parser.read_string(processorOut)
assert parser.get("monitor", "sampling_rate") == "2"
Expand All @@ -101,6 +102,7 @@ def test_showconf_command_with_default(
capture_output=True,
text=True,
).stdout
print(processorOut)
parser = configparser.ConfigParser(allow_no_value=True)
parser.read_string(processorOut)

Expand Down

0 comments on commit be3cd4e

Please sign in to comment.