We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3f351 commit 44b9cd3Copy full SHA for 44b9cd3
1 file changed
tests/features/steps/2_request.py
@@ -76,9 +76,7 @@ def consumer_read_document_reference_step(
76
context.response = client.read(doc_ref_id)
77
78
79
-@when(
80
- "producer {version} '{ods_code}' using v2 permissioning creates a DocumentReference with values"
81
-)
+@when("producer {version} '{ods_code}' creates a DocumentReference with values")
82
def create_post_document_reference_step(context: Context, version: str, ods_code: str):
83
client = producer_client_from_context(context, ods_code, v2=(version == "v2"))
84
0 commit comments