diff --git a/integrations/api_activitypub_person_test.go b/integrations/api_activitypub_person_test.go index 0bfe6d2a95..830c9cc888 100644 --- a/integrations/api_activitypub_person_test.go +++ b/integrations/api_activitypub_person_test.go @@ -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