Skip to content

Commit

Permalink
Unskip test now that upstream PR has merged
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Jan 5, 2025
1 parent 791ffc3 commit b4a5ea7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/bandit/headers_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ defmodule Bandit.HeadersTest do
end
end

# Skipping this until a release of Plug is available with this PR:
# https://github.com/elixir-plug/plug/pull/1155
@tag :skip
test "parses repeat integers with optional whitespace" do
for integer <- @repeat_ints_ows do
[num, _] = String.split(integer, ~r/[^\d]/, parts: 2)
Expand Down

0 comments on commit b4a5ea7

Please sign in to comment.