Skip to content

Commit

Permalink
test: update assertion URL (add index.php/)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 26, 2023
1 parent 90bd0a9 commit c0838c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/CommonFunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ public function testForceHttpsNullRequestAndResponse()

force_https();

$this->assertSame('https://example.com/', Services::response()->header('Location')->getValue());
$this->assertSame('https://example.com/index.php/', Services::response()->header('Location')->getValue());
}

/**
Expand Down

0 comments on commit c0838c4

Please sign in to comment.