-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helpdesk integration #2159
base: master
Are you sure you want to change the base?
Helpdesk integration #2159
Conversation
0f9dba9
to
3218531
Compare
@agalamatis I've tidied up a bit. We need to fix the linting and the rest of the tests. We also need to safely remove all references to Zendesk settings that are no longer needed. |
@agalamatis also, removing any refs to Zendesk in var names etc, |
d2a57c8
to
fcb81d7
Compare
954f826
to
74fde12
Compare
4789b5e
to
a0228df
Compare
@@ -37,8 +37,7 @@ docker-test-unit: docker-build | |||
|
|||
.PHONY: docker-test-integration | |||
docker-test-integration: docker-build | |||
docker-compose -f docker-compose-test.yml -p data-workspace-test run data-workspace-test pytest test/ | |||
|
|||
docker-compose -f docker-compose-test.yml -p data-workspace-test run -e DJANGO_SETTINGS_MODULE=dataworkspace.settings.integration_tests data-workspace-test pytest test/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the integration settings module as an env var as this command was using the base settings originally.
|
No description provided.