Skip to content

Commit

Permalink
fix e2e build
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium committed Jul 1, 2024
1 parent 672bfb1 commit c2247a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/local_http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self) -> None:

bad_ssl_context.load_cert_chain(cert_file_name, key_file_name)

self.__http_server = HTTPServer(sl_context=bad_ssl_context)
self.__http_server = HTTPServer(ssl_context=bad_ssl_context)

self.__http_server.start()
self.__http_server.clear()
Expand Down

0 comments on commit c2247a3

Please sign in to comment.