Closed luisfelipec95 closed 4 months ago
This PR adds validation for the /eox-tenant/eox-info endpoint in the integration test
Checks:
Integration / integration-test (<17.0.0) (pull_request)
Integration / integration-test (<18.0.0) (pull_request)
SITE_ID = 2 is used to fix the error: django.contrib.sites.models.Site.DoesNotExist: Site match query does not exist.
When running an instance, SITE_ID is 2, so the setting was overridden so that during testing it also takes the SITE_ID = 2
https://edunext.atlassian.net/browse/DS-993
Description
This PR adds validation for the /eox-tenant/eox-info endpoint in the integration test
How to test
Checks:
Integration / integration-test (<17.0.0) (pull_request)
Integration / integration-test (<18.0.0) (pull_request)
Other information
SITE_ID = 2 is used to fix the error: django.contrib.sites.models.Site.DoesNotExist: Site match query does not exist.
When running an instance, SITE_ID is 2, so the setting was overridden so that during testing it also takes the SITE_ID = 2
https://edunext.atlassian.net/browse/DS-993