Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldg committed Oct 17, 2024
1 parent 1249ac6 commit 72547e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/objectstore/test_irods.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def test_parse_config_xml_ssl():
root = tree.getroot()
config = parse_config_xml(root)

print(config)

assert config["ssl"]["client_server_negotiation"] == "request_server_negotiation"
assert config["ssl"]["client_server_policy"] == "CS_NEG_REQUIRE"
assert config["ssl"]["encryption_algorithm"] == "AES-256-CBC"
Expand Down

0 comments on commit 72547e0

Please sign in to comment.