Skip to content

Commit d4fbb18

Browse files
arorashivam96claude
andcommitted
fix: add operation_context to DummyConfig in test_enum_optionset_payload
The hand-rolled DummyConfig stub was missing the new operation_context attribute, causing _ODataClient.__init__ to fail with AttributeError. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 493eadc commit d4fbb18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/data/test_enum_optionset_payload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def __init__(self, language_code=1033):
2525
self.http_backoff = 0
2626
self.http_timeout = 5
2727
self.log_config = None
28+
self.operation_context = None
2829

2930

3031
def _make_client(lang=1033):

0 commit comments

Comments
 (0)