Skip to content

Commit 2b210ee

Browse files
authored
test: specify cli for permet-assign (#439)
1 parent d977a3f commit 2b210ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nuts/seeds/deploy.metadata.manifest.seed.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ context('deploy metadata --manifest NUTs [name: %REPO_NAME%]', () => {
2525
const args = testkit.packageNames.map((p) => `--source-dir ${p}`).join(' ');
2626
await testkit.deploy({ args });
2727
if (REPO.gitUrl.includes('dreamhouse')) {
28-
await testkit.assignPermissionSet({ args: '--permsetname dreamhouse' });
28+
await testkit.assignPermissionSet({ args: '--permsetname dreamhouse', cli: 'sfdx' });
2929
}
3030
});
3131

@@ -57,7 +57,7 @@ context('deploy metadata --manifest NUTs [name: %REPO_NAME%]', () => {
5757
it('should throw an error if the package.xml is not valid', async () => {
5858
const deploy = await testkit.deploy({ args: '--manifest DOES_NOT_EXIST.xml', exitCode: 1 });
5959
testkit.expect.errorToHaveName(deploy, 'Error');
60-
testkit.expect.errorToHaveMessage(deploy, 'No file found at DOES_NOT_EXIST.xml')
60+
testkit.expect.errorToHaveMessage(deploy, 'No file found at DOES_NOT_EXIST.xml');
6161
});
6262
});
6363
});

0 commit comments

Comments
 (0)