Skip to content

Commit

Permalink
router: remove json golden routes
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
  • Loading branch information
Christopher M. Luciano committed Nov 25, 2019
1 parent ff3d72f commit e69e5d6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions test/tools/router_check/test/config/TestRoutes.golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,16 +304,5 @@
}
]
}
},
{
"test_name": "RegexPathRewrite",
"input": {
":authority": "api.lyft.com",
":path": "/v1/posts/123/upvote?foo=bar",
":method": "GET"
},
"validate": {
"path_rewrite": "/public/v1/blog_posts/123/upvote?foo=bar"
}
}
}
]

0 comments on commit e69e5d6

Please sign in to comment.