Skip to content

Commit a8415ba

Browse files
committed
Ref comment
1 parent 349217a commit a8415ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integrations/launchdarkly/test_launchdarkly.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
def reset_launchdarkly(uninstall_integration):
1919
yield
2020

21-
# Teardown. We're using ldclient internals here, so this might break if their implementation
22-
# changes.
2321
uninstall_integration(LaunchDarklyIntegration.identifier)
22+
23+
# Resets global client and config only. We're using ldclient internals here, so this might
24+
# break if their implementation changes.
2425
ldclient._reset_client()
2526
try:
2627
ldclient.__lock.lock()

0 commit comments

Comments
 (0)