mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-03 13:48:24 -04:00
Use .format instead of concatenation to avoid type issues Trying to concatenate uuid onto a string was throwing an error. Also it is not possible to use uuid in parametrize statements it seems as it messes up with running tests on multiple threads