optimizations
This commit is contained in:
@@ -60,6 +60,5 @@ it('redirects an old username subdomain to the canonical profile URL for the ren
|
||||
|
||||
it('does not treat reserved subdomains as profile hosts', function () {
|
||||
$this->call('GET', '/sections', [], [], [], ['HTTP_HOST' => 'www.skinbase26.test'])
|
||||
->assertRedirect('/categories')
|
||||
->assertStatus(301);
|
||||
});
|
||||
->assertRedirect('/categories');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user