Skip to content

Commit

Permalink
Fix test: Why is DEBUG active there?!
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarlich committed Jan 3, 2025
1 parent 9088981 commit 605aa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_assert_private_dirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_pdirs_missing(runner, yadm_cmd, paths, home):
path.remove()
assert not path.exists()

env = {"DEBUG": "yes"}
env = {"DEBUG": ""}
if home:
env["HOME"] = paths.work

Expand Down

0 comments on commit 605aa2f

Please sign in to comment.