mirror of
https://github.com/containous/traefik.git
synced 2025-02-04 17:47:11 +03:00
fixes wrong names on tests - make it pass
This commit is contained in:
parent
df3abcbc9a
commit
47710c1385
@ -174,12 +174,12 @@ func TestPathPrefixStrip(t *testing.T) {
|
||||
Spec: k8s.IngressSpec{
|
||||
Rules: []k8s.IngressRule{
|
||||
{
|
||||
Host: "doo",
|
||||
Host: "foo",
|
||||
IngressRuleValue: k8s.IngressRuleValue{
|
||||
HTTP: &k8s.HTTPIngressRuleValue{
|
||||
Paths: []k8s.HTTPIngressPath{
|
||||
{
|
||||
Path: "/pa",
|
||||
Path: "/bar",
|
||||
Backend: k8s.IngressBackend{
|
||||
ServiceName: "service1",
|
||||
ServicePort: k8s.FromInt(801),
|
||||
|
Loading…
x
Reference in New Issue
Block a user