Skip to content

Commit

Permalink
fix(tests): don't use 2.x style path regex where requiring 3.x one (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Feb 6, 2023
1 parent 8544f0e commit 53152a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/ingress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ func TestIngressClassRegexToggle(t *testing.T) {
HTTP: &netv1.HTTPIngressRuleValue{
Paths: []netv1.HTTPIngressPath{
{
Path: `/test_ingress_class_regex_toggle/\d+`,
Path: `/~/test_ingress_class_regex_toggle/\d+`,
PathType: &pathTypeImplementationSpecific,
Backend: netv1.IngressBackend{
Service: &netv1.IngressServiceBackend{
Expand Down

0 comments on commit 53152a1

Please sign in to comment.