Skip to content

Commit d08a7aa

Browse files
committed
adjust condition to avoid making similar requests
1 parent 4060504 commit d08a7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_make_request_with_order(session: lpdb.LpdbSession):
6161
responses = session.make_request(
6262
"match",
6363
"leagueoflegends",
64-
conditions="[[parent::World_Championship/2025]]",
64+
conditions="[[parent::Mid-Season_Invitational/2025]]",
6565
order=[("date", "asc")],
6666
streamurls="true",
6767
)

0 commit comments

Comments
 (0)