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 6aa2cdb commit ac6f58dCopy full SHA for ac6f58d
tests/test_integration.py
@@ -535,6 +535,6 @@ def test_configure_keeps_api_hostname_and_port(self):
535
tracer.configure(hostname='127.0.0.1', port=8127)
536
eq_('127.0.0.1', tracer.writer.api.hostname)
537
eq_(8127, tracer.writer.api.port)
538
- tracer.configure(priority_sampling = True)
+ tracer.configure(priority_sampling=True)
539
540
0 commit comments