Skip to content

Commit

Permalink
chore: remove debug panic
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 27, 2020
1 parent 639c424 commit 8b503ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/testhelpers/server.go
Expand Up @@ -27,7 +27,6 @@ func NewKratosServerWithCSRF(t *testing.T, reg driver.Registry) (public, admin *
viper.Set(configuration.ViperKeyPublicBaseURL, public.URL)
viper.Set(configuration.ViperKeyAdminBaseURL, admin.URL)

panic("asdf")
reg.RegisterRoutes(rp, ra)

t.Cleanup(public.Close)
Expand Down

0 comments on commit 8b503ee

Please sign in to comment.