Skip to content

Commit bf7725c

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.5
2 parents 5de7742 + 14b7679 commit bf7725c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Validation/ValidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ public function testJsonInputInvalid(): void
892892

893893
$config = new App();
894894
$json = 'invalid';
895-
$request = new IncomingRequest($config, new URI(), $json, new UserAgent());
895+
$request = new IncomingRequest($config, new SiteURI($config), $json, new UserAgent());
896896
$request->setHeader('Content-Type', 'application/json');
897897

898898
$rules = [

0 commit comments

Comments
 (0)