Monday, June 2, 2025
2 changes · master
Resolved issues and error corrections
A spreadsheet test was adjusted to match the corrected behavior of fixed-period global filters. This helps ensure the spreadsheet feature remains reliable after related changes in the shared codebase.
This update corrects internal tests so they use the debug setting in the same format as the application does. It helps keep automated checks accurate and reduces the risk of false test behavior, with no expected impact on day-to-day users.
Original PR description
The debug key in the environment, is a string based on the query string of the URL that can have the following values : "1", "assets", "asset,test" or "". This commit fixes some tests that incorrectly set the debug as a Boolean value.