1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-29 22:55:55 +00:00

Remove another LogSQL from ActivityPub person test

This commit is contained in:
Anthony Wang 2022-06-11 21:18:15 -05:00
parent 6074222377
commit 76f06cee31
No known key found for this signature in database
GPG Key ID: BC96B00AEC5F2D76

View File

@ -75,7 +75,6 @@ func TestActivityPubPersonInbox(t *testing.T) {
onGiteaRun(t, func(*testing.T, *url.URL) {
appURL := setting.AppURL
setting.Federation.Enabled = true
setting.Database.LogSQL = true
setting.AppURL = srv.URL
defer func() {
setting.Federation.Enabled = false