Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Mar 2, 2022
1 parent 1e03a16 commit 5e13ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/tests/controllers/Install_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Install_test extends TestCase
{
public function test_index()
{
$output = $this->request('GET', 'install');
$output = $this->request('GET', 'www/install');
$this->assertContains('<title>Kalkun &rsaquo; Installation</title>', $output);
}

Expand Down

0 comments on commit 5e13ba2

Please sign in to comment.