Skip to content

Commit

Permalink
http it is!
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Jan 29, 2025
1 parent b7c2513 commit a051f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/includes/collection/class-test-followers.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function ( $item ) {
* @covers ::get_followers
*/
public function test_get_followers_without_errors() {
$followers = array( 'https://example.com/author/jon', 'https://example.org/author/doe', 'https://sally.example.org' );
$followers = array( 'https://example.com/author/jon', 'https://example.org/author/doe', 'http://sally.example.org' );

foreach ( $followers as $follower ) {
Followers::add_follower( 1, $follower );
Expand Down

0 comments on commit a051f2b

Please sign in to comment.