diff options
author | Kyle D <kdumontnu@gmail.com> | 2023-12-23 04:29:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 04:29:51 +0100 |
commit | 33439b733a4f69640350b9cda370963ebe9d1e0a (patch) | |
tree | b2b1a1eb223c319b2f687ad5186d20b6506b4d2b /tests/sqlite.ini.tmpl | |
parent | Fix wrong due date rendering in issue list page (#28588) (diff) | |
download | forgejo-33439b733a4f69640350b9cda370963ebe9d1e0a.tar.xz forgejo-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/sqlite.ini.tmpl')
-rw-r--r-- | tests/sqlite.ini.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sqlite.ini.tmpl b/tests/sqlite.ini.tmpl index 74e1957113..1cbcd8b2e5 100644 --- a/tests/sqlite.ini.tmpl +++ b/tests/sqlite.ini.tmpl @@ -97,6 +97,7 @@ DISABLE_GIT_HOOKS = false INSTALL_LOCK = true SECRET_KEY = 9pCviYTWSb INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTI3OTU5ODN9.OQkH5UmzID2XBdwQ9TAI6Jj2t1X-wElVTjbE7aoN4I8 +DISABLE_QUERY_AUTH_TOKEN = true [oauth2] JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko |