diff --git a/frontend/src/business/components/api/test/ApiTestConfig.vue b/frontend/src/business/components/api/test/ApiTestConfig.vue index 7627a17a35..1e3fc35d89 100644 --- a/frontend/src/business/components/api/test/ApiTestConfig.vue +++ b/frontend/src/business/components/api/test/ApiTestConfig.vue @@ -205,7 +205,7 @@ }) break; case "export": - downloadFile(this.test.name + ".json", JSON.stringify(this.test)); + downloadFile(this.test.name + ".json", JSON.stringify(this.test.scenarioDefinition)); break; } }