* adds EMA test
This commit is contained in:
2021-11-09 15:33:26 +01:00
parent 81c32d6318
commit 1dc931d736
2 changed files with 47 additions and 4 deletions

View File

@@ -333,6 +333,7 @@ class InterventionViewTestCase(BaseViewTestCase):
self.share_create_url,
self.run_check_url,
]
# Define urls where a redirect to a specific location is the proper response
success_urls_redirect = {
self.share_url: self.detail_url
}