diff --git a/tests/Browser/MicropubClientTest.php b/tests/Browser/MicropubClientTest.php index 56f14c68..6361d597 100644 --- a/tests/Browser/MicropubClientTest.php +++ b/tests/Browser/MicropubClientTest.php @@ -22,7 +22,7 @@ class MicropubClientTest extends DuskTestCase public function test_client_page_updates_syndication() { - $this->browse(function ($browser) use ($note) { + $this->browse(function ($browser) { $browser->visit(route('micropub-client')) ->clickLink('Refresh Syndication Targets') ->assertSee('jonnybarnes');