Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Dec 22, 2024
1 parent 8bfbf74 commit c1958dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fedtest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import (
"strings"
"testing"

"github.com/dimkr/tootik/ap"
"github.com/dimkr/tootik/cfg"
"github.com/dimkr/tootik/fed"
"github.com/dimkr/tootik/front"
Expand All @@ -48,7 +47,7 @@ type Server struct {
Domain string
Config *cfg.Config
DB *sql.DB
Resolver ap.Resolver
Resolver *fed.Resolver
NobodyKey httpsig.Key
Frontend gemini.Listener
Backend http.Handler
Expand Down Expand Up @@ -100,6 +99,7 @@ func NewServer(ctx context.Context, t *testing.T, domain string, client fed.Clie
cfg.MinActorEditInterval = 0
cfg.ResolverCacheTTL = 0
cfg.ResolverRetryInterval = 0
cfg.FollowersSyncInterval = 1

dbPath := filepath.Join(t.TempDir(), domain+".sqlite3")

Expand Down

0 comments on commit c1958dc

Please sign in to comment.