We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdec41 commit fc76a92Copy full SHA for fc76a92
1 file changed
tests/test_faapi.py
@@ -58,7 +58,7 @@ def test_robots(cookies: RequestsCookieJar):
58
api: FAAPI = FAAPI(cookies)
59
assert getattr(api.robots, "default_entry") is not None
60
assert api.crawl_delay >= 1
61
- assert api.check_path("/login")
+ assert api.check_path("/")
62
assert api.check_path("/view")
63
assert api.check_path("/journal")
64
assert api.check_path("/user")
0 commit comments