Skip to content

Commit f7cda3a

Browse files
committed
test: update assertion URL (add index.php/)
1 parent 218e63e commit f7cda3a

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
@@ -597,7 +597,7 @@ public function testForceHttpsNullRequestAndResponse()
597597

598598
force_https();
599599

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

603603
/**

0 commit comments

Comments
 (0)