Skip to content

Commit a916d40

Browse files
wider date range for FIQL test
1 parent 7823424 commit a916d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def test_fetch_account_activity_old(self, ig_service: IGService):
217217

218218
def test_fetch_account_activity_fiql(self, ig_service: IGService):
219219
to_date = datetime.now() - timedelta(days=30)
220-
from_date = to_date - timedelta(days=60)
220+
from_date = to_date - timedelta(days=120)
221221
response = ig_service.fetch_account_activity(
222222
from_date=from_date, to_date=to_date, fiql_filter="channel==PUBLIC_WEB_API"
223223
)

0 commit comments

Comments
 (0)