Skip to content

Commit 44b9cd3

Browse files
committed
NRL-1933 fix integration test steps for v2 producer create
1 parent 3e3f351 commit 44b9cd3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/features/steps/2_request.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ def consumer_read_document_reference_step(
7676
context.response = client.read(doc_ref_id)
7777

7878

79-
@when(
80-
"producer {version} '{ods_code}' using v2 permissioning creates a DocumentReference with values"
81-
)
79+
@when("producer {version} '{ods_code}' creates a DocumentReference with values")
8280
def create_post_document_reference_step(context: Context, version: str, ods_code: str):
8381
client = producer_client_from_context(context, ods_code, v2=(version == "v2"))
8482

0 commit comments

Comments
 (0)