Skip to content

Commit 68e8d43

Browse files
committed
test: update assertion URL (add index.php/)
1 parent 33c4160 commit 68e8d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/CommonFunctionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ public function testForceHttpsNullRequestAndResponse()
602602

603603
force_https();
604604

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

608608
/**

0 commit comments

Comments
 (0)