Skip to content

Commit

Permalink
Update internal/testhelpers/server.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mikołaj Meller <[email protected]>
  • Loading branch information
adpaste and mmeller-wikia authored Feb 5, 2024
1 parent 4a3b480 commit fc01929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/testhelpers/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func NewKratosServerWithCSRFAndRouters(t *testing.T, reg driver.Registry) (publi
}
reg.Config().MustSet(ctx, config.ViperKeyPublicBaseURL, public.URL)
reg.Config().MustSet(ctx, config.ViperKeyAdminBaseURL, admin.URL)
reg.Config().MustSet(ctx, config.ViperKeyAdminBaseURL, admin.URL)

reg.RegisterRoutes(context.Background(), rp, ra)

Expand Down

0 comments on commit fc01929

Please sign in to comment.