File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments