Skip to content

Commit

Permalink
tests - extend content-type octet-stream to v31
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Jul 13, 2023
1 parent 9b1b5ff commit 5282d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ def with_paths_response_header(openapi_version):


@pytest.fixture
def with_paths_response_content_type_octet():
yield _get_parsed_yaml("paths-response-content-type-octet.yaml")
def with_paths_response_content_type_octet(openapi_version):
yield _get_parsed_yaml("paths-response-content-type-octet.yaml", openapi_version)


@pytest.fixture
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/paths-response-content-type-octet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ paths:
get:
operationId: header
responses:
200:
"200":
description: "ok"
content:
application/octet-stream:
Expand All @@ -29,7 +29,7 @@ paths:
get:
operationId: octet
responses:
200:
"200":
description: "ok"
content:
application/octet-stream:
Expand Down

0 comments on commit 5282d5d

Please sign in to comment.