Skip to content

Commit a78a42b

Browse files
committed
Debug
1 parent 8ce9d6a commit a78a42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/plugins/modules/test_cert_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def exit_json(*args, **kwargs):
7171

7272
checks_passed = True
7373

74-
print(args)
74+
print(args[0])
7575
# only if passphrase_check mode is disabled
7676
if args['passphrase_check'] is False:
7777
# check every item in certificate if it matches with the result

0 commit comments

Comments
 (0)