Skip to content

Commit

Permalink
Improve formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimf5 committed Dec 18, 2024
1 parent 5b1939c commit 725e497
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_otel.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def get_http09(host, port, path):
assert get_http09("127.0.0.1", 18080, "/ok") == "OK"

span = trace_service.get_span()

assert span.name == "/ok"


Expand Down Expand Up @@ -241,11 +240,7 @@ def test_context(client, trace_service, parent, path):


@pytest.mark.parametrize(
"nginx_config",
[
({"interval": "200ms"}),
],
indirect=True,
"nginx_config", [({"interval": "200ms"})], indirect=True
)
@pytest.mark.parametrize("batch_count", [1, 3])
def test_batches(client, trace_service, batch_count):
Expand Down

0 comments on commit 725e497

Please sign in to comment.