We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5fdb3 commit ad6bc39Copy full SHA for ad6bc39
1 file changed
tests/integration/lambda/test_app_running_as_lambda.py
@@ -242,11 +242,13 @@ def test_given_nhs_number_in_path_matches_with_nhs_number_in_headers_and_check_i
242
}
243
],
244
"filterRules": None,
245
- "suitabilityRules": {
246
- "rulePriority": "10",
247
- "ruleName": "Exclude too young less than 75",
248
- "ruleMessage": "Exclude too young less than 75",
249
- },
+ "suitabilityRules": [
+ {
+ "rulePriority": "10",
+ "ruleName": "Exclude too young less than 75",
+ "ruleMessage": "Exclude too young less than 75",
250
+ }
251
+ ],
252
"actionRule": None,
253
"actions": [],
254
0 commit comments