Skip to content

Commit 636be17

Browse files
committed
quotes
1 parent d5e9822 commit 636be17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/eps_fhir/validator.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Feature: I can call the validator endpoint
2020
When I make a invalid request to the eps_fhir validator endpoint with show validation set to false
2121
Then the response indicates a bad request
2222
And the validator response has many error issue
23-
And the validator response has error with diagnostic containing HAPI-1861
23+
And the validator response has error with diagnostic containing "HAPI-1861"

features/eps_fhir_dispensing/validator.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Feature: I can call the validator endpoint
2020
When I make a invalid request to the eps_fhir validator endpoint with show validation set to false
2121
Then the response indicates a bad request
2222
And the validator response has many error issue
23-
And the validator response has error with diagnostic containing HAPI-1861
23+
And the validator response has error with diagnostic containing "HAPI-1861"

features/eps_fhir_prescribing/validator.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Feature: I can call the validator endpoint
2020
When I make a invalid request to the eps_fhir validator endpoint with show validation set to false
2121
Then the response indicates a bad request
2222
And the validator response has many error issue
23-
And the validator response has error with diagnostic containing HAPI-1861
23+
And the validator response has error with diagnostic containing "HAPI-1861"

0 commit comments

Comments
 (0)