mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-09 19:53:49 +01:00
Remove another LogSQL from ActivityPub person test
This commit is contained in:
parent
6074222377
commit
76f06cee31
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ func TestActivityPubPersonInbox(t *testing.T) {
|
|||
onGiteaRun(t, func(*testing.T, *url.URL) {
|
||||
appURL := setting.AppURL
|
||||
setting.Federation.Enabled = true
|
||||
setting.Database.LogSQL = true
|
||||
setting.AppURL = srv.URL
|
||||
defer func() {
|
||||
setting.Federation.Enabled = false
|
||||
|
|
Loading…
Reference in a new issue