Update tests & snapshots with adjusted names.
This commit is contained in:
parent
e260419f87
commit
81669cc535
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue