Skip to content

Commit ac6f58d

Browse files
committed
[tracer] minor lint in test
1 parent 6aa2cdb commit ac6f58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,6 @@ def test_configure_keeps_api_hostname_and_port(self):
535535
tracer.configure(hostname='127.0.0.1', port=8127)
536536
eq_('127.0.0.1', tracer.writer.api.hostname)
537537
eq_(8127, tracer.writer.api.port)
538-
tracer.configure(priority_sampling = True)
538+
tracer.configure(priority_sampling=True)
539539
eq_('127.0.0.1', tracer.writer.api.hostname)
540540
eq_(8127, tracer.writer.api.port)

0 commit comments

Comments
 (0)