Skip to content

Commit 8a64785

Browse files
committed
Update comment
1 parent 9ca9f8f commit 8a64785

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/integrations/launchdarkly/test_launchdarkly.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,13 @@ async def runner():
169169

170170

171171
def test_launchdarkly_integration_did_not_enable(sentry_init, uninstall_integration):
172-
# Using global client and set_config wasn't called.
172+
"""
173+
Setup should fail when using global client and ldclient.set_config wasn't called.
174+
175+
We're accessing ldclient internals to set up this test, so it might break if launchdarkly's
176+
implementation changes.
177+
"""
178+
173179
ldclient._reset_client()
174180
try:
175181
ldclient.__lock.lock()

0 commit comments

Comments
 (0)