We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7c646 commit 82696dcCopy full SHA for 82696dc
1 file changed
tools/cloudharness-test/cloudharness_test/apitest_init.py
@@ -16,7 +16,7 @@
16
else:
17
try:
18
openapi_uri = openapi_uri = app_url + "/openapi.json"
19
- schema = st.from_file(openapi_uri)
+ schema = st.from_uri(openapi_uri)
20
except st.exceptions.SchemaLoadingError as e:
21
# Use alternative configuration
22
0 commit comments