Skip to content

Commit

Permalink
update http version in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Aug 15, 2023
1 parent fb3ea9c commit c789a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lightning_web/end_to_end_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule LightningWeb.EndToEndTest do
assert unquote(string) =~ ~r/(?=.*compiler)(?=.*0.0.29)/

:adaptor ->
assert unquote(string) =~ ~r/(?=.*language-http)(?=.*5.0.1)/
assert unquote(string) =~ ~r/(?=.*language-http)(?=.*5.0.2)/
end
end
end
Expand Down

0 comments on commit c789a25

Please sign in to comment.