Skip to content

Commit ad6bc39

Browse files
committed
ELI-376: Fixing int test
1 parent be5fdb3 commit ad6bc39

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

tests/integration/lambda/test_app_running_as_lambda.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,13 @@ def test_given_nhs_number_in_path_matches_with_nhs_number_in_headers_and_check_i
242242
}
243243
],
244244
"filterRules": None,
245-
"suitabilityRules": {
246-
"rulePriority": "10",
247-
"ruleName": "Exclude too young less than 75",
248-
"ruleMessage": "Exclude too young less than 75",
249-
},
245+
"suitabilityRules": [
246+
{
247+
"rulePriority": "10",
248+
"ruleName": "Exclude too young less than 75",
249+
"ruleMessage": "Exclude too young less than 75",
250+
}
251+
],
250252
"actionRule": None,
251253
"actions": [],
252254
}

0 commit comments

Comments
 (0)