-
Notifications
You must be signed in to change notification settings - Fork 4
added scenario where mix Disease Type has one unauthorized disease type #1254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
FimranNHS
merged 15 commits into
master
from
feature/VED-1049---updated-for-authorized-vaccinetype
Mar 2, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
bdd52ba
added scenario where mix DiseaseType has unauthorized diseasetype
FimranNHS 0c25495
Merge branch 'master' into feature/VED-1049---updated-for-authorized-…
FimranNHS 706ec2b
parameterize the search steps
FimranNHS e24422d
refactor to reduce duplicated code
FimranNHS 036830d
fix formatting issue
FimranNHS b19b603
lint fix
FimranNHS 2ac09d5
fix
FimranNHS 2ba01f9
Normalize line endings for e2e tests
FimranNHS 7ea13ab
Normalize line endings for e2e tests
FimranNHS 7e5971a
remove .gitattributes
FimranNHS 63807e2
Update test_search_steps.py
Thomas-Boyle d32ac19
Update test_search_steps.py
Thomas-Boyle bf87589
Update test_search_steps.py
Thomas-Boyle f157e66
Merge branch 'master' into feature/VED-1049---updated-for-authorized-…
FimranNHS db2730e
Merge branch 'master' into feature/VED-1049---updated-for-authorized-…
dlzhry2nhs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,60 +1,60 @@ | ||
| aws_token_refresh=True | ||
| USE_STATIC_APPS=True | ||
| ########## INT env variables | ||
| # baseUrl=https://int.api.service.nhs.uk/immunisation-fhir-api/FHIR/R4 | ||
| # auth_url=https://int.api.service.nhs.uk/oauth2-mock/authorize | ||
| # token_url=https://int.api.service.nhs.uk/oauth2-mock/token | ||
| # callback_url=https://oauth.pstmn.io/v1/callback | ||
| # S3_env=int | ||
| # aws_profile_name={your-aws-profile} | ||
| # PROXY_NAME=immunisation-fhir-api-int | ||
| ## Id/Secret values - please contact Dev or Test team to get these values | ||
| # username= | ||
| # scope= | ||
| # STATUS_API_KEY= | ||
| # AWS_DOMAIN_NAME= | ||
| # Postman_Auth_client_Id= | ||
| # Postman_Auth_client_Secret= | ||
| # RAVS_client_Id= | ||
| # RAVS_client_Secret= | ||
| # MAVIS_client_Id= | ||
| # MAVIS_client_Secret= | ||
| # EMIS_client_Id= | ||
| # EMIS_client_Secret= | ||
| # SONAR_client_Id= | ||
| # SONAR_client_Secret= | ||
| # TPP_client_Id= | ||
| # TPP_client_Secret= | ||
| # MEDICUS_client_Id= | ||
| # MEDICUS_client_Secret= | ||
| ########## Internal-QA env variables | ||
| baseUrl=https://internal-qa.api.service.nhs.uk/immunisation-fhir-api/FHIR/R4 | ||
| auth_url=https://internal-qa.api.service.nhs.uk/oauth2-mock/authorize | ||
| token_url=https://internal-qa.api.service.nhs.uk/oauth2-mock/token | ||
| callback_url=https://oauth.pstmn.io/v1/callback | ||
| S3_env=internal-qa | ||
| aws_profile_name={your-aws-profile} | ||
| PROXY_NAME=immunisation-fhir-api-internal-qa | ||
| # This will only not match S3_env in preprod, where we have a blue/green environment | ||
| SUB_ENVIRONMENT=internal-qa | ||
| ## Id/Secret values - please contact Dev or Test team to get these values | ||
| username= | ||
| scope= | ||
| STATUS_API_KEY= | ||
| AWS_DOMAIN_NAME= | ||
| Postman_Auth_client_Id= | ||
| Postman_Auth_client_Secret= | ||
| RAVS_client_Id= | ||
| RAVS_client_Secret= | ||
| MAVIS_client_Id= | ||
| MAVIS_client_Secret= | ||
| EMIS_client_Id= | ||
| EMIS_client_Secret= | ||
| SONAR_client_Id= | ||
| SONAR_client_Secret= | ||
| TPP_client_Id= | ||
| TPP_client_Secret= | ||
| MEDICUS_client_Id= | ||
| MEDICUS_client_Secret= | ||
| aws_token_refresh=True | ||
| USE_STATIC_APPS=True | ||
|
|
||
| ########## INT env variables | ||
| # baseUrl=https://int.api.service.nhs.uk/immunisation-fhir-api/FHIR/R4 | ||
| # auth_url=https://int.api.service.nhs.uk/oauth2-mock/authorize | ||
| # token_url=https://int.api.service.nhs.uk/oauth2-mock/token | ||
| # callback_url=https://oauth.pstmn.io/v1/callback | ||
| # S3_env=int | ||
| # aws_profile_name={your-aws-profile} | ||
| # PROXY_NAME=immunisation-fhir-api-int | ||
| ## Id/Secret values - please contact Dev or Test team to get these values | ||
| # username= | ||
| # scope= | ||
| # STATUS_API_KEY= | ||
| # AWS_DOMAIN_NAME= | ||
| # Postman_Auth_client_Id= | ||
| # Postman_Auth_client_Secret= | ||
| # RAVS_client_Id= | ||
| # RAVS_client_Secret= | ||
| # MAVIS_client_Id= | ||
| # MAVIS_client_Secret= | ||
| # EMIS_client_Id= | ||
| # EMIS_client_Secret= | ||
| # SONAR_client_Id= | ||
| # SONAR_client_Secret= | ||
| # TPP_client_Id= | ||
| # TPP_client_Secret= | ||
| # MEDICUS_client_Id= | ||
| # MEDICUS_client_Secret= | ||
|
|
||
| ########## Internal-QA env variables | ||
| baseUrl=https://internal-qa.api.service.nhs.uk/immunisation-fhir-api/FHIR/R4 | ||
| auth_url=https://internal-qa.api.service.nhs.uk/oauth2-mock/authorize | ||
| token_url=https://internal-qa.api.service.nhs.uk/oauth2-mock/token | ||
| callback_url=https://oauth.pstmn.io/v1/callback | ||
| S3_env=internal-qa | ||
| aws_profile_name={your-aws-profile} | ||
| PROXY_NAME=immunisation-fhir-api-internal-qa | ||
| # This will only not match S3_env in preprod, where we have a blue/green environment | ||
| SUB_ENVIRONMENT=internal-qa | ||
| ## Id/Secret values - please contact Dev or Test team to get these values | ||
| username= | ||
| scope= | ||
| STATUS_API_KEY= | ||
| AWS_DOMAIN_NAME= | ||
| Postman_Auth_client_Id= | ||
| Postman_Auth_client_Secret= | ||
| RAVS_client_Id= | ||
| RAVS_client_Secret= | ||
| MAVIS_client_Id= | ||
| MAVIS_client_Secret= | ||
| EMIS_client_Id= | ||
| EMIS_client_Secret= | ||
| SONAR_client_Id= | ||
| SONAR_client_Secret= | ||
| TPP_client_Id= | ||
| TPP_client_Secret= | ||
| MEDICUS_client_Id= | ||
| MEDICUS_client_Secret= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably fine for now, but because we have bound our tests to Actual rather than Fake test suppliers (e.g. Postman/Test app) in some cases, this could in future pass if we gave MAVIS permission for the unauthorized vacc type in future.
Worth consideration @FimranNHS but I will approve anyhow.