diff --git a/test/fixtures/programmatic/httpApiExport/serverless.yml b/test/fixtures/programmatic/http-api-export/serverless.yml similarity index 100% rename from test/fixtures/programmatic/httpApiExport/serverless.yml rename to test/fixtures/programmatic/http-api-export/serverless.yml diff --git a/test/integration/aws/httpApi.test.js b/test/integration/aws/httpApi.test.js index 218b343aa..6bdee3ec2 100644 --- a/test/integration/aws/httpApi.test.js +++ b/test/integration/aws/httpApi.test.js @@ -290,7 +290,7 @@ describe('HTTP API Integration Test', function () { let serviceName; before(async () => { - const exportServiceData = await fixtures.setup('httpApiExport'); + const exportServiceData = await fixtures.setup('http-api-export'); ({ servicePath: exportServicePath } = exportServiceData); const exportServiceName = exportServiceData.serviceConfig.service; await deployService(exportServicePath);