Skip to content

Commit f309777

Browse files
authored
tests(eap): Fix eap spans test (#97658)
1 parent 318b498 commit f309777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/snuba/api/endpoints/test_organization_events_span_indexed.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,8 @@ def test_avg_if_invalid_param(self) -> None:
28152815
duration=1000,
28162816
start_ts=self.ten_mins_ago,
28172817
),
2818-
]
2818+
],
2819+
is_eap=True,
28192820
)
28202821

28212822
response = self.do_request(

0 commit comments

Comments
 (0)