Skip to content

Commit

Permalink
tests: Add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Jul 1, 2024
1 parent 8a984a9 commit b68882d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/switzerland/tests/test_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def test_own_password_is_not_reset_single_user_password(self):
self._get_context(),
{"all_fields": False}
))
log.warning(result)

assert_equal(
[],
Expand Down

0 comments on commit b68882d

Please sign in to comment.