Skip to content

Commit 7ac3a5c

Browse files
As float
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 0763e45 commit 7ac3a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/statsig/test_statsig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_statsig_span_integration(sentry_init, capture_events, uninstall_integra
189189
uninstall_integration(StatsigIntegration.identifier)
190190

191191
with mock_statsig({"hello": True}):
192-
sentry_init(traces_sample_rate=1, integrations=[StatsigIntegration()])
192+
sentry_init(traces_sample_rate=1.0, integrations=[StatsigIntegration()])
193193
events = capture_events()
194194
user = StatsigUser(user_id="user-id")
195195
with start_transaction(name="hi"):

0 commit comments

Comments
 (0)