Update matching test for www. removal.
This commit is contained in:
parent
befcfdb85f
commit
89751faad2
|
@ -78,7 +78,7 @@ test('Redirect.isMatch', (t) => {
|
||||||
const hostnameRedirect = new HostnameRedirect(hostnameParameters);
|
const hostnameRedirect = new HostnameRedirect(hostnameParameters);
|
||||||
const hostnameSamples: UrlSamples = [
|
const hostnameSamples: UrlSamples = [
|
||||||
['https://example.com', true],
|
['https://example.com', true],
|
||||||
['https://www.example.com', false],
|
['https://www.example.com', true],
|
||||||
['https://example.org', false],
|
['https://example.org', false],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue