mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 01:34:25 +00:00
Remove LogSQL from ActivityPub person test
Signed-off-by: Anthony Wang <ta180m@pm.me>
This commit is contained in:
parent
456ed42d3e
commit
d75809aeee
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user