Skip to content

Commit fbc94c1

Browse files
committed
test: fix wrong test
1 parent 38d5c10 commit fbc94c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Router/RouteCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ public function testWithDotCoSubdomain()
11281128
{
11291129
$routes = $this->getCollector();
11301130

1131-
$_SERVER['HTTP_HOST'] = 'example.uk.co';
1131+
$_SERVER['HTTP_HOST'] = 'example.co.uk';
11321132

11331133
$routes->add('/objects/(:alphanum)', 'Admin::objectsList/$1', ['subdomain' => 'sales']);
11341134
$routes->add('/objects/(:alphanum)', 'App::objectsList/$1');

0 commit comments

Comments
 (0)