Skip to content

Commit

Permalink
08-router_spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jul 21, 2023
1 parent a74d7db commit 681969e
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 @@ -4597,7 +4597,8 @@ for _, flavor in ipairs({ "traditional", "traditional_compatible", "expressions"
end)
-- flavor == "traditional"/"traditional_compatible"/"expressions"

if flavor == "traditional_compatible" or flavor == "expressions" then
-- only traditional_compatible should check 'empty' fields
if flavor == "traditional_compatible" then
describe("#stream context", function()
-- enable stream subsystem
reload_router(flavor, "stream")
Expand Down

0 comments on commit 681969e

Please sign in to comment.