Skip to content

Commit 4dc2c7b

Browse files
committed
test: push the explore page check overriding another month or so
1 parent 89c2f4f commit 4dc2c7b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/test_project.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import scratchattach as sa
44
from datetime import datetime
55

6+
67
def test_project():
78
if not credentials_available():
89
warnings.warn(
@@ -32,7 +33,8 @@ def test_project():
3233
# creator_agent
3334
assert project.author().id == 147905216
3435
# studios
35-
comment = project.comments()[0] # TODO: move this to a separate comment tester
36+
# TODO: move this to a separate comment tester
37+
comment = project.comments()[0]
3638
# comment_by_id
3739
# comment_replies
3840
# comment by id
@@ -64,7 +66,7 @@ def test_project():
6466
# 1233).moderation_status() == "notreviewed" # if this becomes reviewed, please update this
6567
# ^^ also this project is an infinite remix loop!
6668

67-
assert sa.explore_projects() or allow_before(datetime(2026, 2, 7))
69+
assert sa.explore_projects() or allow_before(datetime(2026, 4, 1))
6870
# ^ Remove when fixed and change datetime next time this fails.
6971
assert sa.search_projects(query="scratchattach")
7072

0 commit comments

Comments
 (0)