From 951c909a67bb6f1f8577fb1e61f22dca2bc3c07f Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 21 Aug 2017 08:47:23 +0200 Subject: [PATCH] Add INTERNAL_TOKEN to integration .ini file (#2346) Avoids override of source file upon running `make test-pgsql` Long story: settings.NewContext *adds* an INTERNAL_TOKEN if none is found; the other ini files under integration/ all have an INTERNAL_TOKEN --- integrations/pgsql.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/pgsql.ini b/integrations/pgsql.ini index 43a7cc78c..2deaa1963 100644 --- a/integrations/pgsql.ini +++ b/integrations/pgsql.ini @@ -55,3 +55,4 @@ LEVEL = Debug [security] INSTALL_LOCK = true SECRET_KEY = 9pCviYTWSb +INTERNAL_TOKEN = test