Skip to content

Commit 198f6cf

Browse files
committed
fix test
1 parent 847f7ef commit 198f6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/asap-core/test/generate_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe('createAuthHeaderGenerator', () => {
137137
jwtConfig.privateKey = 'this is not a valid key';
138138

139139
expect(() => createAuthHeaderGenerator(jwtConfig)()).to.throw(
140-
/PEM.*no start line/
140+
/DECODER routines::unsupported/
141141
);
142142
});
143143

0 commit comments

Comments
 (0)