We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349217a commit a8415baCopy full SHA for a8415ba
tests/integrations/launchdarkly/test_launchdarkly.py
@@ -18,9 +18,10 @@
18
def reset_launchdarkly(uninstall_integration):
19
yield
20
21
- # Teardown. We're using ldclient internals here, so this might break if their implementation
22
- # changes.
23
uninstall_integration(LaunchDarklyIntegration.identifier)
+
+ # Resets global client and config only. We're using ldclient internals here, so this might
24
+ # break if their implementation changes.
25
ldclient._reset_client()
26
try:
27
ldclient.__lock.lock()
0 commit comments