ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Bug/filter out tso messages on success #31

Closed lcarcaramo closed 8 months ago

lcarcaramo commented 8 months ago

:bulb: Issue Reference

Issue: https://github.com/ambitus/pyracf/issues/30

:computer: What does this address?

Resolves https://github.com/ambitus/pyracf/issues/30 and removes extraneous code from the test_alter_user_request_debug_log_password_xml_tags_not_redacted_on_error() test case in test_user_debug_logging.py.

:pager: Implementation Details

:clipboard: Is there a test case?

See results of Unit Tests in Github Actions.