Skip to content

Commit 68a7b79

Browse files
As float
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 0c71277 commit 68a7b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/unleash/test_unleash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_unleash_span_integration(sentry_init, capture_events, uninstall_integra
172172
uninstall_integration(UnleashIntegration.identifier)
173173

174174
with mock_unleash_client():
175-
sentry_init(traces_sample_rate=1, integrations=[UnleashIntegration()])
175+
sentry_init(traces_sample_rate=1.0, integrations=[UnleashIntegration()])
176176
events = capture_events()
177177
client = UnleashClient() # type: ignore[arg-type]
178178
with start_transaction(name="hi"):

0 commit comments

Comments
 (0)