Skip to content

Commit fc4044f

Browse files
committed
fix ci
1 parent 3b0e128 commit fc4044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_real_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_no_fallback_raises_error(self):
109109
config = LangDetectConfig(
110110
cache_dir="/nonexistent/path",
111111
allow_fallback=False,
112-
proxy="http://127.0.0.1:1000",
112+
proxy="http://127.0.0.1:1000", # Pretend Network is blocked
113113
)
114114
detector = LangDetector(config)
115115

0 commit comments

Comments
 (0)