Skip to content

Commit

Permalink
Update test_documentation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley authored Mar 28, 2019
1 parent f456822 commit a263d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def test_basic_documentation_output_type_accept():
handler(Request(create_environ(path='v1/doc')), response)

documentation = json.loads(response.data.decode('utf8'))['documentation']
assert set(documentation) == {'handlers', 'overview'}
assert 'handlers' in documentation and 'overview' in documentation


def test_marshmallow_return_type_documentation():
Expand Down

0 comments on commit a263d34

Please sign in to comment.