Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 10, 2019
1 parent e9b3f55 commit 8fed506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Controller/ToolbarControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public function setUp()
*/
public function testClearCacheNoGet()
{
$this->get('/debug-kit/toolbar/clear_cache?name=testing');
$this->assertResponseCode(404);
$this->get('/debug-kit/toolbar/clear-cache?name=testing');
$this->assertResponseCode(405);
}

/**
Expand Down

0 comments on commit 8fed506

Please sign in to comment.