Skip to content

Commit ff45f7c

Browse files
committed
NPA-4922 Fix Sandbox Linting Errors
1 parent eaba2eb commit ff45f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sandbox/api/tests/test_get_consent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
),

0 commit comments

Comments
 (0)