You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
When importing a specification the tool seems to always use the URL set in endpoint_url when constructing an OpenAPIPerf instance. Meaning it overrides the URL specified in the openapi description.
This is an undesired behavior when only hosting the file on the provided endpoint_url.
To my knowledge, your API doesn't offer the possibility to change it manually. (except by customizing the test json)
When importing a specification the tool seems to always use the URL set in
endpoint_urlwhen constructing anOpenAPIPerfinstance. Meaning it overrides the URL specified in the openapi description.This is an undesired behavior when only hosting the file on the provided
endpoint_url.To my knowledge, your API doesn't offer the possibility to change it manually. (except by customizing the test json)