mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
test: Rename fixture programmatic/httpApiExport
This commit is contained in:
parent
c8a6039d39
commit
65dca4e2c4
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user