File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def test_data(
1616 test_ods_code = smoke_test_parameters .ods_code
1717 test_pointers = [
1818 upsert_test_pointer (
19- f"{ test_ods_code } -smoketest_consumer_count_search_read_pointer_ { n } " ,
19+ f"{ test_ods_code } -smoketest_consumer_search_read_pointer_ { n } " ,
2020 docref = build_document_reference (
2121 nhs_number = test_nhs_numbers [0 ], custodian = test_ods_code
2222 ),
@@ -36,11 +36,9 @@ def test_data(
3636 producer_client .delete (test_pointer .id )
3737
3838
39- def test_consumer_count_search_read (
40- consumer_client : ConsumerTestClient , test_data : dict
41- ):
39+ def test_consumer_search_read (consumer_client : ConsumerTestClient , test_data : dict ):
4240 """
43- Smoke test scenario for a consumer count, search and read behaviour
41+ Smoke test scenario for a consumer search and read behaviour
4442 """
4543 patient_id = test_data ["patient_nhs_number" ]
4644 test_pointers = test_data ["pointers" ]
You can’t perform that action at this time.
0 commit comments