Forgot to also remove refernce to deleted variable

This commit is contained in:
Jonny Barnes 2017-02-23 09:22:23 +00:00
parent e588c10af7
commit 8c52356d07

View file

@ -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');