We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e51e7 commit 6cf7069Copy full SHA for 6cf7069
1 file changed
tests/models/test_DurableOrchestrationClient.py
@@ -67,7 +67,8 @@ async def delete(self, url: str):
67
assert url == self._expected_url
68
return self._response
69
70
- async def post(self, url: str, data: Any = None, trace_parent: str = None, trace_state: str = None):
+ async def post(self, url: str, data: Any = None, trace_parent: str = None,
71
+ trace_state: str = None, function_invocation_id: str = None):
72
73
74
0 commit comments