Skip to content

Commit

Permalink
Fix: [AEA-0000] - use a known good version of regression tests (#827)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change

### Details

- use a known good version of regression tests repo
  • Loading branch information
anthony-nhs authored Sep 20, 2024
1 parent 8bd3d54 commit ea32dbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/run_regression_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
import requests
import time

# This should be set to a known good version of regression test repo
REGRESSION_TESTS_REPO_TAG = "e3fca65a0a66b32a38b6b577b37e4d0b6d17bc5c"

GITHUB_API_URL = "https://api.github.com/repos/NHSDigital/electronic-prescription-service-api-regression-tests/actions"


Expand Down Expand Up @@ -44,6 +47,7 @@ def trigger_test_run():
"environment": env,
"pull_request_id": pr_label,
"product": "PSU",
"github_tag": REGRESSION_TESTS_REPO_TAG
},
}

Expand Down

0 comments on commit ea32dbd

Please sign in to comment.