aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-03-20 10:09:46 -0500
committerAnthony Wang2022-03-20 10:53:05 -0500
commitd75809aeee4984ca520ffb79a6ff28ed62a777db (patch)
treeb6834f26576ae538de6d51409bb3e32a193a59d2
parent456ed42d3e2069b50e5e99ca2280dc0d2236c150 (diff)
Remove LogSQL from ActivityPub person test
Signed-off-by: Anthony Wang <ta180m@pm.me>
-rw-r--r--integrations/api_activitypub_person_test.go2
1 files changed, 0 insertions, 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"