Skip to content

Commit

Permalink
Change URL of feed in a test to bypass unicode SQL error. Woop woop f…
Browse files Browse the repository at this point in the history
…or Goofy theme!
  • Loading branch information
weitzman committed Mar 20, 2018
1 parent 1ecdeda commit 1c8671b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/queue_script-D7.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Create a new feed.
aggregator_save_feed(array(
'title' => 'test',
'url' => 'http://drupal.org/project/issues/rss/drupal?categories=All',
'url' => 'https://www.drupal.org/project/issues/rss/goofy?categories=All',
'refresh' => 3600,
'block' => 5,
));
Expand Down

0 comments on commit 1c8671b

Please sign in to comment.