URL Cleanup - Fix broken tests
See gh-22669
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2016 the original author or authors.
|
||||
* Copyright 2002-2019 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -69,7 +69,7 @@ public class RssChannelHttpMessageConverterTests {
|
||||
inputMessage.getHeaders().setContentType(new MediaType("application", "rss+xml", StandardCharsets.UTF_8));
|
||||
Channel result = converter.read(Channel.class, inputMessage);
|
||||
assertEquals("title", result.getTitle());
|
||||
assertEquals("http://example.com", result.getLink());
|
||||
assertEquals("https://example.com", result.getLink());
|
||||
assertEquals("description", result.getDescription());
|
||||
|
||||
List<?> items = result.getItems();
|
||||
|
||||
Reference in New Issue
Block a user