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
Signed by: a
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