Skip to content

Commit 51ff3dd

Browse files
use the correct variable name
1 parent 709b9c0 commit 51ff3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/opensearch/tests/unit/opensearch/log/test_os_task_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ def test_client_with_auth(self, username, password, expect_http_auth):
839839
log_id_template="{dag_id}-{task_id}-{run_id}-{map_index}-{try_number}",
840840
)
841841

842-
transport_args = handler.client.transport.kwargs
842+
transport_args = opensearch_io.client.transport.kwargs
843843
if expect_http_auth:
844844
assert "http_auth" in transport_args
845845
assert transport_args["http_auth"] == (username, password)

0 commit comments

Comments
 (0)