From 76f06cee3143408dd7ca9d90c93f9bbfb5a79dbd Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 11 Jun 2022 21:18:15 -0500 Subject: [PATCH] Remove another LogSQL from ActivityPub person test --- integrations/api_activitypub_person_test.go | 1 - 1 file changed, 1 deletion(-) 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