diff options
author | Kyle D <kdumontnu@gmail.com> | 2023-12-22 22:29:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 11:29:51 +0800 |
commit | 33439b733a4f69640350b9cda370963ebe9d1e0a (patch) | |
tree | b2b1a1eb223c319b2f687ad5186d20b6506b4d2b /tests/mssql.ini.tmpl | |
parent | d9ed931c4d7ad3649a84913daf81ec252bbbaba1 (diff) | |
download | gitea-33439b733a4f69640350b9cda370963ebe9d1e0a.tar.gz gitea-33439b733a4f69640350b9cda370963ebe9d1e0a.zip |
Disable query token param in integration tests (#28592)
Follow up to https://github.com/go-gitea/gitea/pull/28484, this PR
enables the setting for integration tests and migrates a few additional
test queries.
Diffstat (limited to 'tests/mssql.ini.tmpl')
-rw-r--r-- | tests/mssql.ini.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mssql.ini.tmpl b/tests/mssql.ini.tmpl index 3cd64ec5cb..07997f62ed 100644 --- a/tests/mssql.ini.tmpl +++ b/tests/mssql.ini.tmpl @@ -100,6 +100,7 @@ DISABLE_GIT_HOOKS = false INSTALL_LOCK = true SECRET_KEY = 9pCviYTWSb INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ +DISABLE_QUERY_AUTH_TOKEN = true [lfs] PATH = tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-mssql/data/lfs |