mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 21:17:47 +08:00
Fix bogus assertion
This commit is contained in:
parent
3814c21918
commit
a9d883178d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def test_npbackup_cli_show_config():
|
||||||
__main__.main()
|
__main__.main()
|
||||||
except SystemExit:
|
except SystemExit:
|
||||||
print(str(logs))
|
print(str(logs))
|
||||||
assert "__(o_O)__" in str(logs), "Obfuscation does not work"
|
assert "__(o_O)__" not in str(logs), "Obfuscation does not work"
|
||||||
|
|
||||||
|
|
||||||
def _no_test_npbackup_cli_create_backup():
|
def _no_test_npbackup_cli_create_backup():
|
||||||
|
|
Loading…
Add table
Reference in a new issue