Bug 1867439 - fix issue with testinfo for new days. r=gbrown

Differential Revision: https://phabricator.services.mozilla.com/D195119
This commit is contained in:
Joel Maher 2023-11-30 21:45:02 +00:00
parent b69bf725b8
commit 4a7122192c

View File

@ -436,7 +436,7 @@ class TestInfoReport(TestInfo):
nextday.date(), nextday.date(),
) )
urls_to_fetch.append([str(nextday.date()), url]) urls_to_fetch.append([str(nextday.date()), url])
testrundata[str(nextday.date())] = olddata[str(nextday.date())] testrundata[str(nextday.date())] = olddata.get(str(nextday.date()), {})
startday = nextday startday = nextday