elixir-plug / plug_cowboy

Plug adapter for the Cowboy web server
Other
243 stars 48 forks source link

Fix flaky translator test #91

Closed sato11 closed 1 year ago

sato11 commented 1 year ago

The test introduced in #90 has a typo and doesn't delete the added env. Hence when the added case runs prior to the preexisting one, the test suite inevitably fails.

Validated by running;

mix test test/plug/cowboy/translator_test.exs --trace --seed 899179
josevalim commented 1 year ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: