Skip to content

Commit fc76a92

Browse files
tests.faapi:robots - replace /login check with /
1 parent 9fdec41 commit fc76a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_faapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_robots(cookies: RequestsCookieJar):
5858
api: FAAPI = FAAPI(cookies)
5959
assert getattr(api.robots, "default_entry") is not None
6060
assert api.crawl_delay >= 1
61-
assert api.check_path("/login")
61+
assert api.check_path("/")
6262
assert api.check_path("/view")
6363
assert api.check_path("/journal")
6464
assert api.check_path("/user")

0 commit comments

Comments
 (0)