From 4fe983c96d522ddcae429f9a904f2d886e8eccb2 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 9 Feb 2023 22:20:15 +0100 Subject: [PATCH] integration tests: test new db backend --- integration/main_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/main_test.go b/integration/main_test.go index 608be34..3e0e187 100644 --- a/integration/main_test.go +++ b/integration/main_test.go @@ -40,6 +40,7 @@ func startServer(ctx context.Context) error { setEnvIfNotSet("PAGES_DOMAIN", "localhost.mock.directory") setEnvIfNotSet("RAW_DOMAIN", "raw.localhost.mock.directory") setEnvIfNotSet("PORT", "4430") + setEnvIfNotSet("DB_TYPE", "sqlite3") app := cli.NewApp() app.Name = "pages-server"