Skip to content

Commit 14d9247

Browse files
committed
Fix typing
1 parent eb12c0d commit 14d9247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/seer/test_autofix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ def test_call_autofix(self, mock_sign, mock_post):
13361336
serialized_event = {"event_id": "test-event"}
13371337
profile = {"profile_data": "test"}
13381338
trace_tree = {"trace_data": "test"}
1339-
logs = [{"message": "test-log"}]
1339+
logs = {"logs": [{"message": "test-log"}]}
13401340
instruction = "Test instruction"
13411341

13421342
# Call the function with keyword arguments

0 commit comments

Comments
 (0)