mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 17:39:51 -04:00
I can’t find the changelog for this but it looks like somewhere someone has decided that commas don’t need to be URL-encoded. This is true for use in `href` attributes because it’s unambiguous that the comma is part of the URL (unlike a closing quote for example, which could be misinterpreted as HTML syntax). This commit jut changes the test to reflect that the URLs generated by Flask now have raw commas in them.