Add pathReplacement to config test
This commit is contained in:
parent
4d7d56e8f9
commit
e5c248ff6f
|
@ -15,6 +15,7 @@ func TestConfigFileSettings(t *testing.T) {
|
|||
firstIngress = UnvalidatedIngressRule{
|
||||
Hostname: "tunnel1.example.com",
|
||||
Path: "/id",
|
||||
PathReplacement: "/id",
|
||||
Service: "https://localhost:8000",
|
||||
}
|
||||
secondIngress = UnvalidatedIngressRule{
|
||||
|
@ -45,6 +46,7 @@ originRequest:
|
|||
ingress:
|
||||
- hostname: tunnel1.example.com
|
||||
path: /id
|
||||
pathReplacement: /id
|
||||
service: https://localhost:8000
|
||||
- hostname: "*"
|
||||
service: https://localhost:8001
|
||||
|
|
Loading…
Reference in New Issue