Skip to content

Commit aefb608

Browse files
stuartp44npalm
andauthored
Update lambdas/libs/aws-ssm-util/src/index.test.ts
Co-authored-by: Niek Palm <[email protected]>
1 parent fe7c2e5 commit aefb608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/libs/aws-ssm-util/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('Test getParameter and putParameter', () => {
7575
mockSSMClient.on(PutParameterCommand).resolves(output);
7676

7777
// Act
78-
await expect(putParameter(parameterName, parameterValue, true)).resolves.toBeUndefined();
78+
await expect(putParameter(parameterName, parameterValue, true)).resolves.not.toThrow();
7979
});
8080

8181
it('Puts parameters as String', async () => {

0 commit comments

Comments
 (0)