From d75809aeee4984ca520ffb79a6ff28ed62a777db Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 20 Mar 2022 10:09:46 -0500 Subject: [PATCH] Remove LogSQL from ActivityPub person test Signed-off-by: Anthony Wang --- integrations/api_activitypub_person_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integrations/api_activitypub_person_test.go b/integrations/api_activitypub_person_test.go index a56852a7a0..a3681ca855 100644 --- a/integrations/api_activitypub_person_test.go +++ b/integrations/api_activitypub_person_test.go @@ -26,10 +26,8 @@ import ( func TestActivityPubPerson(t *testing.T) { onGiteaRun(t, func(*testing.T, *url.URL) { setting.Federation.Enabled = true - setting.Database.LogSQL = true defer func() { setting.Federation.Enabled = false - setting.Database.LogSQL = false }() username := "user2"