Fix flaky recorder test (#73733)
This commit is contained in:
parent
961c33dcc1
commit
b145aeaf75
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue