From 4b63132e770f0e633322fb2319f2f2bd6fbf903c Mon Sep 17 00:00:00 2001 From: MoofMonkey <11695747+MoofMonkey@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:09:24 +0300 Subject: [PATCH] Rename path replacement to rewrite in tests --- ingress/ingress_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingress/ingress_test.go b/ingress/ingress_test.go index 691917e9..1a85fff5 100644 --- a/ingress/ingress_test.go +++ b/ingress/ingress_test.go @@ -446,7 +446,7 @@ ingress: wantErr: true, }, { - name: "Path replacement", + name: "Rewrite", args: args{rawYAML: ` ingress: - 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: ` ingress: - hostname: test.example.com