File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def test_get_consent_returns_expected_responses__mocked_get_consent(
119119 200 ,
120120 ),
121121 (
122- "performer:identifier=9000000010&patient:identifier=9000000005&_include=Consent:performer&_include=Consent:patient" ,
122+ "performer:identifier=9000000010&patient:identifier=9000000005&_include=Consent:performer&_include=Consent:patient" , # noqa: E501
123123 "./api/examples/GET_Consent/single-consenting-adult-relationship-include-performer-patient.yaml" ,
124124 200 ,
125125 ),
@@ -149,7 +149,7 @@ def test_get_consent_returns_expected_responses__mocked_get_consent(
149149 200 ,
150150 ),
151151 (
152- "performer:identifier=9000000019&patient:identifier=9000000009&_include=Consent:performer&_include=Consent:patient" ,
152+ "performer:identifier=9000000019&patient:identifier=9000000009&_include=Consent:performer&_include=Consent:patient" , # noqa: E501
153153 "./api/examples/GET_Consent/single-mother-child-relationship-include-performer-patient.yaml" ,
154154 200 ,
155155 ),
You can’t perform that action at this time.
0 commit comments