Skip to content

Commit 0f48dd7

Browse files
don't know how I missed this one too
1 parent 2697ad3 commit 0f48dd7

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
@@ -844,7 +844,7 @@ def test_client_with_auth(self, username, password, expect_http_auth):
844844
assert "http_auth" in transport_args
845845
assert transport_args["http_auth"] == (username, password)
846846
else:
847-
assert "http_auth" not in handler.client.transport.kwargs
847+
assert "http_auth" not in opensearch_io.client.transport.kwargs
848848

849849

850850
class TestOpensearchRemoteLogIOFromConfig:

0 commit comments

Comments
 (0)