mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Remove print statement from tests
Signed-off-by: Joseph Nuthalpati <njoseph@thoughtworks.com>
This commit is contained in:
parent
fecc5c7b94
commit
0a6e45f1cc
@ -122,6 +122,5 @@ class TestYAMLFileUtil(TestCase):
|
||||
|
||||
with open(fp.name, 'r') as retrieved_conf:
|
||||
file_conf = ruamel.yaml.round_trip_load(retrieved_conf)
|
||||
print(file_conf)
|
||||
assert file_conf == {'property1': self.kv_pair,
|
||||
'property2': self.kv_pair}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user