Skip to content

Commit 951c909

Browse files
strklunny
authored andcommitted
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
1 parent 53e6c94 commit 951c909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/pgsql.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ LEVEL = Debug
5555
[security]
5656
INSTALL_LOCK = true
5757
SECRET_KEY = 9pCviYTWSb
58+
INTERNAL_TOKEN = test

0 commit comments

Comments
 (0)