Skip to content

Commit a293abc

Browse files
committed
Making the linter happy
1 parent 8925f59 commit a293abc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test_elasticsearch/test_transport.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ def test_request_with_custom_user_agent_header(self):
225225

226226
def test_request_with_custom_user_agent_header_set_at_client_level(self):
227227
client = Elasticsearch(
228-
"http://localhost:9200", meta_header=False, node_class=DummyNode,
228+
"http://localhost:9200",
229+
meta_header=False,
230+
node_class=DummyNode,
229231
headers={"User-Agent": "my-custom-value/1.2.3"},
230232
)
231233

0 commit comments

Comments
 (0)