test: Rename fixture programmatic/httpApiExport

This commit is contained in:
Mariusz Nowak 2022-01-24 17:41:46 +01:00 committed by Mariusz Nowak
parent c8a6039d39
commit 65dca4e2c4
2 changed files with 1 additions and 1 deletions

View File

@ -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);