Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlightIbuki committed Jul 14, 2022
1 parent 8b5e1a9 commit e63b391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/01-unit/08-router_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,8 @@ for _, flavor in ipairs({ "traditional", "traditional_compatible" }) do
{
service = service,
route = {
paths = { [[/users/(?P<fullname>[a-zA-Z\s\d%]+)/profile/?(?P<scope>[a-z]*)]] },
id = "e8fb37f1-102d-461e-9c51-6608a6bb8101",
paths = { [[~/users/(?P<fullname>[a-zA-Z\s\d%]+)/profile/?(?P<scope>[a-z]*)]] },
},
},
}
Expand Down

0 comments on commit e63b391

Please sign in to comment.