mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
Remove the duplicated “rss” assertion
Closes gh-35139 Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Deleuze
parent
60b19278c0
commit
eeedeb3b10
-1
@@ -224,7 +224,6 @@ class WebMvcConfigurationSupportTests {
|
||||
assertThat(mediaTypeMappings)
|
||||
.containsEntry("atom", MediaType.APPLICATION_ATOM_XML)
|
||||
.containsEntry("rss", MediaType.APPLICATION_RSS_XML)
|
||||
.containsEntry("rss", MediaType.APPLICATION_RSS_XML)
|
||||
.containsEntry("xml", MediaType.APPLICATION_XML)
|
||||
.containsEntry("json", MediaType.APPLICATION_JSON)
|
||||
.containsEntry("smile", MediaType.valueOf("application/x-jackson-smile"))
|
||||
|
||||
Reference in New Issue
Block a user