We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0e128 commit fc4044fCopy full SHA for fc4044f
tests/test_real_detection.py
@@ -109,7 +109,7 @@ def test_no_fallback_raises_error(self):
109
config = LangDetectConfig(
110
cache_dir="/nonexistent/path",
111
allow_fallback=False,
112
- proxy="http://127.0.0.1:1000",
+ proxy="http://127.0.0.1:1000", # Pretend Network is blocked
113
)
114
detector = LangDetector(config)
115
0 commit comments