Skip to content

Commit 1333c66

Browse files
Update tests/test_options.py
Co-authored-by: Hayao <hayao_s@tokyo-gas.co.jp>
1 parent 534d909 commit 1333c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_httpserver_options():
2424
assert server.default_waiting_settings.timeout == 5
2525

2626

27-
def test_constructor_signature_matches_with_extra_options():
27+
def test_constructor_signature_matches_with_server_options() -> None:
2828
# compares that ServerOptions default values matches with HTTPServer
2929
# constructor defaults
3030

0 commit comments

Comments
 (0)