Skip to content
Snippets Groups Projects
Commit 1f3a7816 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1978586 by alexpott: FeedParserTest fails locally because it...

Issue #1978586 by alexpott: FeedParserTest fails locally because it unnecessarily depends on curl error messages.
parent a1d49675
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -100,6 +100,6 @@ function testInvalidFeed() {
// Update the feed. Use the UI to be able to check the message easily.
$this->drupalGet('admin/config/services/aggregator');
$this->clickLink(t('Update items'));
$this->assertRaw(t('The feed from %title seems to be broken because of error "%error"', array('%title' => $feed->label(), '%error' => "[curl] 6: Couldn't resolve host 'http' [url] /")));
$this->assertRaw(t('The feed from %title seems to be broken because of error', array('%title' => $feed->label())));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment