mirror of
https://github.com/correl/openapi-core.git
synced 2025-01-01 11:03:19 +00:00
Fix pre-existing test
This commit is contained in:
parent
3ef0c6adcf
commit
934550324e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class TestFlaskOpenAPIRequest(object):
|
|||
assert openapi_request.host_url == request.host_url
|
||||
assert openapi_request.path == request.path
|
||||
assert openapi_request.method == request.method.lower()
|
||||
assert openapi_request.path_pattern == request.url_rule.rule
|
||||
assert openapi_request.path_pattern == '/browse/{id}/'
|
||||
assert openapi_request.body == request.data
|
||||
assert openapi_request.mimetype == request.mimetype
|
||||
|
||||
|
|
Loading…
Reference in a new issue