Skip to content

Commit 1b9cca2

Browse files
phacopspriscilawebdev
authored andcommitted
fix(tests): Remove incorrect message.parameter.0 expectation (#107339)
## Summary - Remove incorrect `message.parameter.0` expectation from the trace item attributes logs test - This is in relation to stop double writing bools as floats in Snuba getsentry/snuba#7689 ## Test plan - CI should pass with updated test expectations
1 parent 7febd44 commit 1b9cca2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/snuba/api/endpoints/test_organization_trace_item_attributes.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def test_strip_sentry_prefix_from_message_parameter(self) -> None:
199199
organization=self.organization,
200200
project=self.project,
201201
attributes={
202-
"sentry.message.parameter.0": {"bool_value": 1},
203202
"sentry.message.parameter.1": {"int_value": 5},
204203
"sentry.message.parameter.2": {"double_value": 10},
205204
"sentry.message.parameter.value": {"double_value": 15},
@@ -298,14 +297,6 @@ def test_strip_sentry_prefix_from_message_parameter(self) -> None:
298297
},
299298
"secondaryAliases": ["log.severity_number"],
300299
},
301-
{
302-
"key": "tags[message.parameter.0,number]",
303-
"name": "message.parameter.0",
304-
"attributeSource": {
305-
"source_type": "sentry",
306-
"is_transformed_alias": True,
307-
},
308-
},
309300
{
310301
"key": "tags[message.parameter.1,number]",
311302
"name": "message.parameter.1",

0 commit comments

Comments
 (0)