mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-01 21:00:44 +00:00
removed a test
This commit is contained in:
parent
aec4510a0a
commit
2c1158f62f
1 changed files with 0 additions and 9 deletions
|
|
@ -104,15 +104,6 @@ class TestSettings:
|
|||
settings = Settings()
|
||||
assert settings.http_connect_timeout == 5.0
|
||||
|
||||
def test_http_timeouts_defaults(self):
|
||||
"""HTTP timeout defaults are set correctly."""
|
||||
from config.settings import Settings
|
||||
|
||||
settings = Settings()
|
||||
assert settings.http_read_timeout == 300.0
|
||||
assert settings.http_write_timeout == 10.0
|
||||
assert settings.http_connect_timeout == 2.0
|
||||
|
||||
|
||||
# --- NimSettings Validation Tests ---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue