Forgot to also remove refernce to deleted variable
This commit is contained in:
parent
e588c10af7
commit
8c52356d07
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class MicropubClientTest extends DuskTestCase
|
||||||
|
|
||||||
public function test_client_page_updates_syndication()
|
public function test_client_page_updates_syndication()
|
||||||
{
|
{
|
||||||
$this->browse(function ($browser) use ($note) {
|
$this->browse(function ($browser) {
|
||||||
$browser->visit(route('micropub-client'))
|
$browser->visit(route('micropub-client'))
|
||||||
->clickLink('Refresh Syndication Targets')
|
->clickLink('Refresh Syndication Targets')
|
||||||
->assertSee('jonnybarnes');
|
->assertSee('jonnybarnes');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue