Skip to content

Commit

Permalink
test: fix properties not existing anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 4, 2024
1 parent 318ce2b commit a5ef3a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_invenio_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ def test_cookies(cookie_app, users):
# Cookie must be HTTP only, secure and have a domain specified.
for c in client._cookies.values():
assert c.path == "/"
assert c.domain_specified is True, "no domain in {}".format(c.name)
assert c.has_nonstandard_attr("HttpOnly")
assert c.secure is True


Expand Down

0 comments on commit a5ef3a3

Please sign in to comment.