Skip to content

Commit 5218c7a

Browse files
committed
Remove client reset
1 parent 711fe55 commit 5218c7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integrations/launchdarkly/test_launchdarkly.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ def test_launchdarkly_integration(sentry_init, use_global_client):
4545
{"flag": "other", "result": False},
4646
]
4747

48-
ldclient._reset_client()
49-
5048

5149
def test_launchdarkly_integration_threaded(sentry_init):
5250
td = TestData.data_source()
@@ -72,8 +70,6 @@ def task(flag_key):
7270
assert results[0] == ["hello", "world"]
7371
assert results[1] == ["hello", "other"]
7472

75-
ldclient._reset_client()
76-
7773

7874
def test_launchdarkly_integration_asyncio(sentry_init):
7975
"""Assert concurrently evaluated flags do not pollute one another."""

0 commit comments

Comments
 (0)