Skip to content

Commit aa88148

Browse files
committed
wip: fix uv.lock and typo
1 parent f280b55 commit aa88148

2 files changed

Lines changed: 1737 additions & 1320 deletions

File tree

tests/sentry/test_interceptor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async def test_sentry_interceptor_captures_errors(
103103
assert event["exception"]["values"][0]["type"] == "Exception"
104104
assert event["exception"]["values"][0]["value"] == "Activity failed!"
105105

106-
# Check useful metadata were were captured as tags
106+
# Check useful metadata were captured as tags
107107
assert event["tags"] == {
108108
"temporal.execution_type": "activity",
109109
"module": "sentry.activity.broken_activity",
@@ -135,7 +135,7 @@ async def test_sentry_interceptor_captures_errors(
135135
assert event["exception"]["values"][0]["type"] == "ApplicationError"
136136
assert event["exception"]["values"][0]["value"] == "Activity failed!"
137137

138-
# Check useful metadata were were captured as tags
138+
# Check useful metadata were captured as tags
139139
assert event["tags"] == {
140140
"temporal.execution_type": "workflow",
141141
"module": "sentry.workflow.SentryExampleWorkflow.run",

0 commit comments

Comments
 (0)