fixes wrong names on tests - make it pass
This commit is contained in:
parent
df3abcbc9a
commit
47710c1385
1 changed files with 2 additions and 2 deletions
|
@ -174,12 +174,12 @@ func TestPathPrefixStrip(t *testing.T) {
|
||||||
Spec: k8s.IngressSpec{
|
Spec: k8s.IngressSpec{
|
||||||
Rules: []k8s.IngressRule{
|
Rules: []k8s.IngressRule{
|
||||||
{
|
{
|
||||||
Host: "doo",
|
Host: "foo",
|
||||||
IngressRuleValue: k8s.IngressRuleValue{
|
IngressRuleValue: k8s.IngressRuleValue{
|
||||||
HTTP: &k8s.HTTPIngressRuleValue{
|
HTTP: &k8s.HTTPIngressRuleValue{
|
||||||
Paths: []k8s.HTTPIngressPath{
|
Paths: []k8s.HTTPIngressPath{
|
||||||
{
|
{
|
||||||
Path: "/pa",
|
Path: "/bar",
|
||||||
Backend: k8s.IngressBackend{
|
Backend: k8s.IngressBackend{
|
||||||
ServiceName: "service1",
|
ServiceName: "service1",
|
||||||
ServicePort: k8s.FromInt(801),
|
ServicePort: k8s.FromInt(801),
|
||||||
|
|
Loading…
Reference in a new issue