Skip to content

Commit

Permalink
Merge fixes from branch '0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Oct 19, 2021
2 parents e6d14b1 + 914e751 commit d0bbb69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 5 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

trigger:
- master
- 0.3

pr:
- master
- 0.3

pool:
vmImage: ubuntu-latest
Expand Down Expand Up @@ -63,9 +68,3 @@ steps:
#python manage.py test --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner --no-input
python quicktest.py helpdesk
displayName: 'Run tests'

- task: PublishTestResults@2
inputs:
testResultsFiles: "**/TEST-*.xml"
testRunTitle: 'Python $(PYTHON_VERSION)'
condition: succeededOrFailed()
1 change: 1 addition & 0 deletions quicktest.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def _tests(self):
LOGIN_URL='/helpdesk/login/',
TEMPLATES=self.TEMPLATES,
SITE_ID=1,
SECRET_KEY='wowdonotusethisfakesecuritykeyyouneedarealsecure1',
## The following settings disable teams
HELPDESK_TEAMS_MODEL = 'auth.User',
HELPDESK_TEAMS_MIGRATION_DEPENDENCIES = [],
Expand Down

0 comments on commit d0bbb69

Please sign in to comment.