Skip to content

Commit

Permalink
Fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantido committed Jul 7, 2024
1 parent e92c650 commit bd7ddb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/liberator/resource_codec_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule Liberator.ResourceCodecTest do
"text/plain" => BrokenMediaType
})

expected_message = ~r/The compression codec module Liberator.ResourceCodecTest.BrokenMediaType did not return a binary\./
expected_message = ~r/The media type codec module Liberator.ResourceCodecTest.BrokenMediaType did not return a binary\./

conn = conn(:get, "/")

Expand Down

0 comments on commit bd7ddb0

Please sign in to comment.