diff --git a/config/dev/permissions_config.json b/config/dev/permissions_config.json index f3514cacaa..b6b0386c70 100644 --- a/config/dev/permissions_config.json +++ b/config/dev/permissions_config.json @@ -27,13 +27,7 @@ }, { "supplier": "MAVIS", - "permissions": [ - "3IN1.CRUDS", - "FLU.CRUDS", - "HPV.CRUDS", - "MENACWY.CRUDS", - "MMR.CRUDS" - ], + "permissions": ["FLU.CRUDS", "HPV.CUD"], "ods_codes": ["V0V8L"] }, { diff --git a/tests/e2e_batch/vax_suppliers.py b/tests/e2e_batch/vax_suppliers.py index bf7ca658a5..5e3df5741e 100644 --- a/tests/e2e_batch/vax_suppliers.py +++ b/tests/e2e_batch/vax_suppliers.py @@ -24,11 +24,8 @@ }, "MAVIS": { "V0V8L": { - "3IN1": "CRUDS", "FLU": "CRUDS", - "HPV": "CRUDS", - "MENACWY": "CRUDS", - "MMR": "CRUDS", + "HPV": "CUD", } }, "SONAR": {"8HK48": {"FLU": "CD"}},