diff --git a/test/metabase/query_processor/middleware/parameters/sql_test.clj b/test/metabase/query_processor/middleware/parameters/sql_test.clj
index 9fa4daddca9222b8a344e1336f1001a92ee5c809..2cd581dbd72e0b4358567f3ee4402a6d1a994970 100644
--- a/test/metabase/query_processor/middleware/parameters/sql_test.clj
+++ b/test/metabase/query_processor/middleware/parameters/sql_test.clj
@@ -616,7 +616,7 @@
      ;; up as https://github.com/metabase/metabase/issues/8804 and when fixed this should be removed as it should
      ;; return the same value as the other drivers that support a report timezone
      (= :snowflake datasets/*engine*)
-     "2018-04-17T17:00:00.000-07:00"
+     "2018-04-16T17:00:00.000-07:00"
 
      (qpt/supports-report-timezone? datasets/*engine*)
      "2018-04-18T00:00:00.000-07:00"