Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
forest-benchling committed May 7, 2021
1 parent 140bcb4 commit 68a61b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser/test_openapi.py
Expand Up @@ -789,7 +789,7 @@ def test_from_data_no_security(self, mocker):

@pytest.mark.parametrize(
"response_types, expected",
(([], "None"), (["Something"], "Something"), (["First", "Second", "Second"], "Union[First, Second]")),
(([], "Any"), (["Something"], "Something"), (["First", "Second", "Second"], "Union[First, Second]")),
)
def test_response_type(self, response_types, expected):
endpoint = self.make_endpoint()
Expand Down

0 comments on commit 68a61b8

Please sign in to comment.