Skip to content

Commit 82696dc

Browse files
committed
#700 small fix
1 parent ac7c646 commit 82696dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cloudharness-test/cloudharness_test/apitest_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
else:
1717
try:
1818
openapi_uri = openapi_uri = app_url + "/openapi.json"
19-
schema = st.from_file(openapi_uri)
19+
schema = st.from_uri(openapi_uri)
2020
except st.exceptions.SchemaLoadingError as e:
2121
# Use alternative configuration
2222
try:

0 commit comments

Comments
 (0)