diff --git a/test/SpecHelper.hs b/test/SpecHelper.hs index 886aaf1e0..22b80ee3c 100644 --- a/test/SpecHelper.hs +++ b/test/SpecHelper.hs @@ -30,7 +30,7 @@ dbString :: String dbString = "postgres://postgrest_test_authenticator@localhost:5432/postgrest_test" cfg :: String -> Maybe Integer -> AppConfig -cfg conStr = AppConfig conStr 3000 "postgrest_test_anonymous" "test" (secret "safe") 10 +cfg conStr = AppConfig conStr "postgrest_test_anonymous" "test" 3000 (secret "safe") 10 cfgDefault :: AppConfig cfgDefault = cfg dbString Nothing