[maintenance] Fix tests (#2532)

This commit is contained in:
Bocki 2022-03-25 10:41:27 +01:00 committed by GitHub
parent 071412130b
commit f11e792f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ class EconomistBridge extends FeedExpander {
$imgNode = 'figure.css-12eysrk.e3y6nua0'; $imgNode = 'figure.css-12eysrk.e3y6nua0';
$categoryNode = 'span.ern1uyf0'; $categoryNode = 'span.ern1uyf0';
} else { } else {
// pass return;
} }
$item['content'] = $this->cleanContent($article, $contentNode); $item['content'] = $this->cleanContent($article, $contentNode);

View File

@ -37,7 +37,7 @@ class SummitsOnTheAirBridge extends BridgeAbstract {
Frequency: {$spot['frequency']} MHz<br /> Frequency: {$spot['frequency']} MHz<br />
Mode: {$spot['mode']}<br /> Mode: {$spot['mode']}<br />
Comments: {$spot['comments']} Comments: {$spot['comments']}
EOL; EOL;
$this->items[] = array( $this->items[] = array(
'uri' => 'https://sotawatch.sota.org.uk/en/', 'uri' => 'https://sotawatch.sota.org.uk/en/',