Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(comments): use the new Werkzeug API to delete cookies (#973)
tests(comments): use the new Werkzeug API to delete cookies Since 2.4 [1], Werkzeug deprecated the old `server_name`-based API, the new way to delete cookies based on server name is to use `domain` kwarg. This broke NixOS testing of `isso` with our newer dependencies [2]. [1]: https://werkzeug.palletsprojects.com/en/2.3.x/test/#werkzeug.test.Client.delete_cookie [2]: NixOS/nixpkgs#264081
- Loading branch information