When getting the status of the oracle there is a check used before ensuring if the status is valid or not, see here.
However, the issue is that based on the examination of the test files, the value of stalePeriod is planned to be 1 day which is quite long for safe defi contexts and as such should be reconsidered and shortened.
QA, but this could lead to an extensive use of faulty prices for a long duration.
Consider shortening the duration for stalePeriod. In this case, the contract uses one storage slot for the oracles mapping. Therefore, the storage gap should be adjusted to 49 instead of 50.
