/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. * @generated-id: 8fe997ace25b */ import { assert, it } from "vitest"; it.skip("Reports Createreport", async () => { assert.fail( "incomplete test found please make sure to address the following errors: [`workflow step createreport.test referencing operation createreport is missing required request body`, `workflow step createreport.test contains criterion simple with invalid condition`, `workflow step createreport.test does not contain $contentType successCriteria and required for response body assertion`]", ); }); it.skip("Reports Downloadreportcsv", async () => { assert.fail( "incomplete test found please make sure to address the following errors: [`workflow step downloadreportcsv.test contains criterion simple with invalid condition`, `workflow step downloadreportcsv.test does not contain $contentType successCriteria and required for response body assertion`]", ); }); it.skip("Reports Getreportstatus", async () => { assert.fail( "incomplete test found please make sure to address the following errors: [`workflow step getreportstatus.test contains criterion simple with invalid condition`, `workflow step getreportstatus.test does not contain $contentType successCriteria and required for response body assertion`]", ); });