We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdf3f9 commit 3a109d2Copy full SHA for 3a109d2
src/test/java/ru/mystamps/web/feature/series/importing/extractor/JsoupSiteParserTest.java
@@ -622,7 +622,7 @@ public void extractSellerUrlShouldReturnValueOfSellerUrlLocator() {
622
623
String expectedUrl = Random.url();
624
String html = String.format(
625
- "<a href='http:/example.com/test'>test</a><a id='seller' href='%s'>seller</a>",
+ "<a href='http://example.com/test'>test</a><a id='seller' href='%s'>seller</a>",
626
expectedUrl
627
);
628
Element doc = createDocumentFromText(html);
0 commit comments