Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Pillard <diox@users.noreply.github.com>
  • Loading branch information
KevinMind and diox authored Feb 4, 2025
1 parent 311332d commit 2a89e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: 'pip'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions scripts/health_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
('dev', 'https://addons-dev.allizom.org'),
('stage', 'https://addons.allizom.org'),
('prod', 'https://addons.mozilla.org'),
# TODO: maybe we could use the local environmnet here
('test', ''),
# For local environments hit the nginx container as set in docker-compose.yml
('local', 'http://nginx'),
],
)

Expand Down

0 comments on commit 2a89e9f

Please sign in to comment.