mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-19 04:36:32 -04:00
(I suspect that) because Python dictionaries are not ordered, you can’t rely on the order of query parameters in a URL to match the arguments passed to `url_for`. This means the tests can intermittently fail. This does some hacky workaround stuff to still have reasonable test, but one that will pass whatever the order of the query parameters is.