From 944d0afa9fa2b85b7d184c711c96a99582aeb711 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 a56852a7a..a3681ca85 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"