Skip to content

Commit 8cb9006

Browse files
committed
Check the about context from collect_inventory for python3
1 parent edb14c5 commit 8cb9006

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_attrib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def test_lic_key_name_sync(self):
116116
output_file = get_temp_file()
117117

118118
errors, abouts = model.collect_inventory(test_file)
119+
print("################################################3")
120+
print(abouts)
119121
attrib.generate_and_save(abouts, output_file, template_loc)
120122

121123
with open(output_file) as of:

0 commit comments

Comments
 (0)