Skip to content

Commit

Permalink
Remove incomplete test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Oct 30, 2023
1 parent 7dec001 commit ed2b4bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_netmiko_session_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,3 @@ def test_session_log_custom_secrets(device_slog):
assert sanitize_secrets["secret3"] not in session_log
if sanitize_secrets.get("supersecret") is not None:
assert sanitize_secrets["supersecret"] not in session_log


def test_session_log_no_log(device_slog):

0 comments on commit ed2b4bd

Please sign in to comment.