Fix flaky recorder test (#73733)

This commit is contained in:
Erik Montnemery 2022-06-20 12:27:25 +02:00 committed by GitHub
parent 961c33dcc1
commit b145aeaf75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -994,7 +994,7 @@ async def test_statistics_during_period_in_the_past(
assert response["success"]
assert response["result"] == {}
past = now - timedelta(days=3)
past = now - timedelta(days=3, hours=1)
await client.send_json(
{
"id": 3,