Skip to content

Commit

Permalink
[#617] fix: fix backend test
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Apr 3, 2024
1 parent b12a3b6 commit e05dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install -r requirements.txt
pytest -v --github-report
env:
BASE_URL: https://${{inputs.deployment || 'staging.govtool.byron.network/' }}
BASE_URL: https://${{inputs.deployment || 'staging.govtool.byron.network/api' }}
METRICS_URL: https://metrics.cardanoapi.io
METRICS_API_SECRET: "${{ secrets.METRICS_SERVER_SECRET_TOKEN }}"

Expand Down

0 comments on commit e05dbe7

Please sign in to comment.