We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d4fb1 commit 02a70afCopy full SHA for 02a70af
tests/acceptance/helpers.py
@@ -4,7 +4,7 @@
4
from random import randint, choice
5
6
import yaml
7
-from openapi_core import create_spec
+from openapi_core.spec import create_spec
8
from openapi_core.validation.request.datatypes import (OpenAPIRequest, RequestParameters)
9
from openapi_core.validation.request.validators import RequestValidator
10
from openapi_core.validation.response.datatypes import OpenAPIResponse
0 commit comments