Skip to content

Commit 02b5ca2

Browse files
committed
NRL-1053 remove npt
1 parent b61f1f2 commit 02b5ca2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

layer/nrlf/core/tests/test_model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def test_producer_request_params_extra_fields():
100100
{
101101
"subject:identifier": "https://fhir.nhs.uk/Id/nhs-number|9999999999",
102102
"type": "test-type",
103-
"next-page-token": "page-token",
104103
"extra_field": "extra_value",
105104
}
106105
)
@@ -112,7 +111,6 @@ def test_consumer_request_params_extra_fields():
112111
{
113112
"subject:identifier": "https://fhir.nhs.uk/Id/nhs-number|9999999999",
114113
"type": "test-type",
115-
"next-page-token": "page-token",
116114
"extra_field": "extra_value",
117115
}
118116
)

0 commit comments

Comments
 (0)