fix: use range assertion for time-sensitive ExpiresInDays test
The test could flake depending on exact execution time near midnight boundaries. Use a range check (29 or 30) instead of exact equality.
Please register or sign in to comment
The test could flake depending on exact execution time near midnight boundaries. Use a range check (29 or 30) instead of exact equality.