diff --git a/tests/MicropubClientTest.php b/tests/MicropubClientTest.php index 0fb4bdf3..14a6da5a 100644 --- a/tests/MicropubClientTest.php +++ b/tests/MicropubClientTest.php @@ -32,7 +32,12 @@ class MicropubClientTest extends TestCase public function testClientPageRecentAuth() { - $syndication = ['https://twitter.com/jonnybarnes']; + $syndication = [ + [ + 'target' => 'https://twitter.com/jonnybarnes', + 'name' => 'jonnybarnes on Twitter', + ] + ]; $this->withSession([ 'me' => $this->appurl, 'syndication' => $syndication,