We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6e430 commit 3c6c1b8Copy full SHA for 3c6c1b8
tests/features/steps/2_request.py
@@ -107,7 +107,9 @@ def _create_or_upsert_body_step(
107
if not context.text:
108
raise ValueError("No document reference text snippet provided")
109
110
- doc_ref = create_test_document_reference_with_defaults(section, context.text)
+ doc_ref = create_test_document_reference_with_defaults(
111
+ section, context.text, pointer_id
112
+ )
113
context.response = getattr(client, method)(doc_ref)
114
115
if context.response.status_code == 201:
0 commit comments