Skip to content

Commit

Permalink
Add a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 4, 2024
1 parent 16dce7c commit b2353ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private static Iterable<Object[]> testMediaTypeValid() {
new Object[] { "application/json", true },
new Object[] { "video/vnd.iptvforum.2dparityfec-2005", true },
new Object[] { "application/json; charset=utf-8", false },
new Object[] { "application/json;", false },
new Object[] { "pdf", false },
new Object[] { " ", false },
new Object[] { "; charset=utf-8", false },
Expand Down

0 comments on commit b2353ef

Please sign in to comment.