Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkxuyang committed Nov 27, 2024
1 parent 7537bb5 commit 27bcf5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void captureSubRouterPath(Vertx vertx, VertxTestContext testContext) {
@Test
public void captureStaticPath(Vertx vertx, VertxTestContext testContext) {
Router router = Router.router(vertx);
router.route().handler(new RequestCapturingHandler(siteStore));
router.route().handler(new RequestCapturingHandler());
router.get("/static/*").handler(dummyResponseHandler);

vertx.createHttpServer().requestHandler(router).listen(Port, testContext.succeeding(id -> {
Expand Down

0 comments on commit 27bcf5c

Please sign in to comment.