WIP: Only keep debug output for init test

This commit is contained in:
deajan 2025-07-01 16:17:46 +02:00
parent ae4c9f1c94
commit 4b51ad392c

View file

@ -144,7 +144,7 @@ def test_npbackup_cli_init():
print(str(logs)) print(str(logs))
assert "created restic repository" in str(logs), "Did not create repo" assert "created restic repository" in str(logs), "Did not create repo"
assert "Repo initialized successfully" in str(logs), "Repo init failed" assert "Repo initialized successfully" in str(logs), "Repo init failed"
os.environ["_DEBUG"] = "False"
def test_npbackup_cli_has_no_recent_snapshots(): def test_npbackup_cli_has_no_recent_snapshots():
""" """