Update tests & snapshots with adjusted names.
This commit is contained in:
parent
e260419f87
commit
81669cc535
|
@ -13,13 +13,13 @@ import {
|
||||||
|
|
||||||
const hostnameParameters: HostnameRedirect['parameters'] = {
|
const hostnameParameters: HostnameRedirect['parameters'] = {
|
||||||
hostname: 'example.org',
|
hostname: 'example.org',
|
||||||
matchType: 'hostname',
|
matcherType: 'hostname',
|
||||||
toMatch: 'example.com',
|
toMatch: 'example.com',
|
||||||
type: 'hostname',
|
type: 'hostname',
|
||||||
};
|
};
|
||||||
|
|
||||||
const simpleParameters: SimpleRedirect['parameters'] = {
|
const simpleParameters: SimpleRedirect['parameters'] = {
|
||||||
matchType: 'hostname',
|
matcherType: 'hostname',
|
||||||
target: 'https://example.org/simple',
|
target: 'https://example.org/simple',
|
||||||
toMatch: 'example.com',
|
toMatch: 'example.com',
|
||||||
type: 'simple',
|
type: 'simple',
|
||||||
|
|
|
@ -11,7 +11,7 @@ Generated by [AVA](https://avajs.dev).
|
||||||
HostnameRedirect {
|
HostnameRedirect {
|
||||||
parameters: {
|
parameters: {
|
||||||
hostname: 'example.org',
|
hostname: 'example.org',
|
||||||
matchType: 'hostname',
|
matcherType: 'hostname',
|
||||||
toMatch: 'example.com',
|
toMatch: 'example.com',
|
||||||
type: 'hostname',
|
type: 'hostname',
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@ Generated by [AVA](https://avajs.dev).
|
||||||
|
|
||||||
SimpleRedirect {
|
SimpleRedirect {
|
||||||
parameters: {
|
parameters: {
|
||||||
matchType: 'hostname',
|
matcherType: 'hostname',
|
||||||
target: 'https://example.org/simple',
|
target: 'https://example.org/simple',
|
||||||
toMatch: 'example.com',
|
toMatch: 'example.com',
|
||||||
type: 'simple',
|
type: 'simple',
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue