Skip to content

Commit

Permalink
fix deploy-test (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 authored Oct 20, 2022
1 parent d8964ab commit 5837032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/src/controller/deploy-controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ async function deployTestProject(
processEndpoints(endpoint, validator.chainId),
projectSpec.type,
processEndpoints(dictEndpoint, validator.chainId),
{},
{},
url
);
}
Expand Down Expand Up @@ -188,6 +190,8 @@ describeIf(!!testAuth, 'CLI deploy, delete, promote', () => {
processEndpoints(dict, validator.chainId),
indexerV[0],
queryV[0],
{},
{},
ROOT_API_URL_DEV
);
const updatedInfo = await projectsInfo(testAuth, org, projectName, ROOT_API_URL_DEV, type);
Expand Down

0 comments on commit 5837032

Please sign in to comment.