The GetReadingStats handler expects dates in MM-DD-YYYY format (01-02-2006) but the tests were sending YYYY-MM-DD (2006-01-02), causing 400 errors on the GetReadingStats_WithCustomDateRange and ReadingStats_FutureDateRange test cases. Updated both test functions to use the matching format.