Skip to content

Commit f9e4e22

Browse files
authored
Fix: [AEA-0000] - use latest regression test pack (#1688)
## Summary - Routine Change ### Details - use latest regression test pack
1 parent 697cc1a commit f9e4e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_regression_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from requests.auth import HTTPBasicAuth
1414

1515
# This should be set to a known good version of regression test repo
16-
REGRESSION_TESTS_REPO_TAG = "v2.0.6"
16+
REGRESSION_TESTS_REPO_TAG = "v2.12.6"
1717

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

0 commit comments

Comments
 (0)