Skip to content

Commit 6ea2e0e

Browse files
NRL-497 Rename to remove 'count' as it was removed from the smoketests
1 parent a975414 commit 6ea2e0e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/smoke/scenarios/consumer_count_search_read.py renamed to tests/smoke/scenarios/consumer_search_read.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)