diff options
author | Anthony Wang | 2022-03-20 10:09:46 -0500 |
---|---|---|
committer | Anthony Wang | 2022-03-20 10:53:05 -0500 |
commit | d75809aeee4984ca520ffb79a6ff28ed62a777db (patch) | |
tree | b6834f26576ae538de6d51409bb3e32a193a59d2 | |
parent | 456ed42d3e2069b50e5e99ca2280dc0d2236c150 (diff) |
Remove LogSQL from ActivityPub person test
Signed-off-by: Anthony Wang <ta180m@pm.me>
-rw-r--r-- | integrations/api_activitypub_person_test.go | 2 |
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" |