diff --git a/tests/StaticHttpRequestsTests.elm b/tests/StaticHttpRequestsTests.elm index 45fd4362..0ef517a7 100644 --- a/tests/StaticHttpRequestsTests.elm +++ b/tests/StaticHttpRequestsTests.elm @@ -435,7 +435,7 @@ startLowLevel apiRoutes staticHttpCache pages = ) , ( "mode", Encode.string "prod" ) , ( "staticHttpCache", encodedStaticHttpCache ) - , ( "compatibilityKey", Encode.int Pages.Internal.Platform.Cli.currentCompatibilityKey ) + , ( "compatibilityKey", Encode.int currentCompatibilityKey ) ] encodedStaticHttpCache : Encode.Value @@ -591,7 +591,7 @@ startWithRoutes pageToLoad _ staticHttpCache pages = ) , ( "staticHttpCache", encodedStaticHttpCache ) , ( "mode", Encode.string "dev-server" ) - , ( "compatibilityKey", Encode.int Pages.Internal.Platform.Cli.currentCompatibilityKey ) + , ( "compatibilityKey", Encode.int currentCompatibilityKey ) ] encodedStaticHttpCache : Encode.Value