Update tests & snapshots with adjusted names.

This commit is contained in:
Bauke 2022-10-18 21:43:50 +02:00
parent e260419f87
commit 81669cc535
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 4 additions and 4 deletions

View File

@ -13,13 +13,13 @@ import {
const hostnameParameters: HostnameRedirect['parameters'] = {
hostname: 'example.org',
matchType: 'hostname',
matcherType: 'hostname',
toMatch: 'example.com',
type: 'hostname',
};
const simpleParameters: SimpleRedirect['parameters'] = {
matchType: 'hostname',
matcherType: 'hostname',
target: 'https://example.org/simple',
toMatch: 'example.com',
type: 'simple',

View File

@ -11,7 +11,7 @@ Generated by [AVA](https://avajs.dev).
HostnameRedirect {
parameters: {
hostname: 'example.org',
matchType: 'hostname',
matcherType: 'hostname',
toMatch: 'example.com',
type: 'hostname',
},
@ -21,7 +21,7 @@ Generated by [AVA](https://avajs.dev).
SimpleRedirect {
parameters: {
matchType: 'hostname',
matcherType: 'hostname',
target: 'https://example.org/simple',
toMatch: 'example.com',
type: 'simple',