Add pathReplacement to config test

This commit is contained in:
MoofMonkey 2022-09-30 01:39:35 +03:00
parent 4d7d56e8f9
commit e5c248ff6f
1 changed files with 5 additions and 3 deletions

View File

@ -15,6 +15,7 @@ func TestConfigFileSettings(t *testing.T) {
firstIngress = UnvalidatedIngressRule{ firstIngress = UnvalidatedIngressRule{
Hostname: "tunnel1.example.com", Hostname: "tunnel1.example.com",
Path: "/id", Path: "/id",
PathReplacement: "/id",
Service: "https://localhost:8000", Service: "https://localhost:8000",
} }
secondIngress = UnvalidatedIngressRule{ secondIngress = UnvalidatedIngressRule{
@ -45,6 +46,7 @@ originRequest:
ingress: ingress:
- hostname: tunnel1.example.com - hostname: tunnel1.example.com
path: /id path: /id
pathReplacement: /id
service: https://localhost:8000 service: https://localhost:8000
- hostname: "*" - hostname: "*"
service: https://localhost:8001 service: https://localhost:8001