Skip to content

Commit

Permalink
test: fix fuzz test (CreateTestSuite was not registering the route af…
Browse files Browse the repository at this point in the history
…ter the refactor)
  • Loading branch information
samlaf committed Feb 15, 2025
1 parent 8b8a114 commit 4216b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ func CreateTestSuite(testSuiteCfg server.CLIConfig) (TestSuite, func()) {

log.Info("Starting proxy server...")
r := mux.NewRouter()
proxySvr.RegisterRoutes(r)
err = proxySvr.Start(r)
if err != nil {
panic(err)
Expand Down

0 comments on commit 4216b01

Please sign in to comment.