Skip to content

Commit

Permalink
fix(test): Add failing test case for escaped chars
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 18, 2020
1 parent 58fc895 commit e433390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/rule_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
},
"id": "foo1.default",
"match": {
"url": "http://my-app/some-route1",
"url": "http://my-app/some-route1<.*>",
"methods": [
"GET",
"POST"
Expand Down Expand Up @@ -187,7 +187,7 @@ func TestToOathkeeperRules(t *testing.T) {
"foo1",
"default",
"http://my-backend-service1",
"http://my-app/some-route1",
"http://my-app/some-route1<.*>",
newStringPtr("/api/v1"),
nil,
newBoolPtr(true),
Expand Down

0 comments on commit e433390

Please sign in to comment.