Skip to content

Commit 9685aa9

Browse files
authored
VED-000-Mavis-Permissions (#1013)
* mavis int permissions * fix mavis test
1 parent ec888ee commit 9685aa9

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

config/dev/permissions_config.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@
2727
},
2828
{
2929
"supplier": "MAVIS",
30-
"permissions": [
31-
"3IN1.CRUDS",
32-
"FLU.CRUDS",
33-
"HPV.CRUDS",
34-
"MENACWY.CRUDS",
35-
"MMR.CRUDS"
36-
],
30+
"permissions": ["FLU.CRUDS", "HPV.CUD"],
3731
"ods_codes": ["V0V8L"]
3832
},
3933
{

tests/e2e_batch/vax_suppliers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@
2424
},
2525
"MAVIS": {
2626
"V0V8L": {
27-
"3IN1": "CRUDS",
2827
"FLU": "CRUDS",
29-
"HPV": "CRUDS",
30-
"MENACWY": "CRUDS",
31-
"MMR": "CRUDS",
28+
"HPV": "CUD",
3229
}
3330
},
3431
"SONAR": {"8HK48": {"FLU": "CD"}},

0 commit comments

Comments
 (0)