* adds EMA test
This commit is contained in:
2021-11-09 15:33:26 +01:00
parent c221d00c28
commit 0fac17ad68
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
}