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 66a61a2 commit a67f6b1Copy full SHA for a67f6b1
tests/internal/test_settings.py
@@ -642,10 +642,10 @@ def test_config_public_properties_and_methods():
642
643
@pytest.mark.subprocess()
644
def test_subscription_handler_called_once_for_duplicate_values():
645
- # This test ensures that the subscription handler is called only once
646
- # when the value is set multiple times to the same value.
647
- # It also checks that the handler is called again when the value changes.
648
-
+ """This test ensures that the subscription handler is called only once
+ when the value is set multiple times to the same value.
+ It also checks that the handler is called again when the value changes.
+ """
649
from ddtrace import config
650
651
call_count = 0
0 commit comments