Skip to content

Commit 82f88e1

Browse files
committed
update tests
1 parent 6e08063 commit 82f88e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ describe("ServerlessPlugin", () => {
886886
}
887887
expect(threwError).toBe(true);
888888
expect(thrownErrorMessage).toEqual(
889-
"The environment variable `DATADOG_API_KEY` or configuration variable `apiKMSKey` or `apiKeySecretArn` must be set because `addExtension` is set to true as default.",
889+
"The environment variable `DATADOG_API_KEY` or configuration variable `apiKMSKey` or `apiKeySecretArn` or `apiKeySsmArn` must be set because `addExtension` is set to true as default.",
890890
);
891891
});
892892
});

0 commit comments

Comments
 (0)