Skip to content

Commit

Permalink
Revert "try moving caplog set level down"
Browse files Browse the repository at this point in the history
This reverts commit 02101bc.
  • Loading branch information
ytausch committed Feb 13, 2024
1 parent 8395c55 commit a574173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lazy_json_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ def test_github_hmset(caplog) -> None:


def test_github_hset(caplog) -> None:
backend = GithubLazyJsonBackend()
caplog.set_level(logging.DEBUG)
backend = GithubLazyJsonBackend()
backend.hset("name", "key", "value")

assert "Write operations to the GitHub online backend are ignored." in caplog.text
Expand Down

0 comments on commit a574173

Please sign in to comment.