Rename path replacement to rewrite in tests

This commit is contained in:
MoofMonkey 2022-10-01 18:09:24 +03:00
parent 03129bdab0
commit 4b63132e77
1 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ ingress:
wantErr: true, wantErr: true,
}, },
{ {
name: "Path replacement", name: "Rewrite",
args: args{rawYAML: ` args: args{rawYAML: `
ingress: ingress:
- hostname: test.example.com - hostname: test.example.com
@ -470,7 +470,7 @@ ingress:
}, },
}, },
{ {
name: "Path replacement without a path specified", name: "Rewrite without a path specified",
args: args{rawYAML: ` args: args{rawYAML: `
ingress: ingress:
- hostname: test.example.com - hostname: test.example.com