We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b9cd3 commit 957f11eCopy full SHA for 957f11e
1 file changed
tests/features/steps/2_request.py
@@ -78,7 +78,7 @@ def consumer_read_document_reference_step(
78
79
@when("producer {version} '{ods_code}' creates a DocumentReference with values")
80
def create_post_document_reference_step(context: Context, version: str, ods_code: str):
81
- client = producer_client_from_context(context, ods_code, v2=(version == "v2"))
+ client = producer_client_from_context(context, ods_code, use_v2=(version == "v2"))
82
83
if not context.table:
84
raise ValueError("No document reference data table provided")
0 commit comments