Skip to content

Commit 050d254

Browse files
committed
Fix ERR_AMBIGUOUS_ARGUMENT
1 parent 9f33e23 commit 050d254

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/features/ExternalApi.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ suite("ExternalApi feature - Registration API", () => {
4444
*/
4545
test("API fails if not registered", async () => {
4646
assert.rejects(
47-
async () => await powerShellExtensionClient.getPowerShellVersionDetails(""),
48-
"UUID provided was invalid, make sure you ran the 'powershellExtensionClient.registerExternalExtension(extensionId)' method and pass in the UUID that it returns to subsequent methods.");
47+
async () => await powerShellExtensionClient.getPowerShellVersionDetails(""))
4948
});
5049

5150
test("It can't register the same extension twice", async () => {

0 commit comments

Comments
 (0)