We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fb38c commit 9d8fcd9Copy full SHA for 9d8fcd9
tests/test_durable.py
@@ -109,9 +109,7 @@ def _capture_stdout(self, fn):
109
110
def test_emits_json_with_all_fields(self):
111
output = self._capture_stdout(
112
- lambda: emit_durable_execution_log(
113
- "req-123", "my-execution", "exec-id-456"
114
- )
+ lambda: emit_durable_execution_log("req-123", "my-execution", "exec-id-456")
115
)
116
data = json.loads(output.strip())
117
self.assertEqual(data["request_id"], "req-123")
0 commit comments