Skip to content

Commit 618ab2c

Browse files
committed
test: run test suite against OAS 3.1.0
1 parent f3eabe8 commit 618ab2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/webframeworks/test_flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def app():
1414
yield app
1515

1616

17-
@pytest.fixture(scope="function", params=("2.0", "3.0.0"))
17+
@pytest.fixture(scope="function", params=("2.0", "3.1.0"))
1818
def spec(request):
1919
return APISpec(
2020
title="Swagger Petstore",

0 commit comments

Comments
 (0)