Skip to content

Commit a79136d

Browse files
author
M. Emin Cihangeri
committed
chore: Update the test for keystore format
1 parent 3372a21 commit a79136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connectivity/src/http-agent/http-agent.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe('createAgent', () => {
230230
};
231231

232232
expect(async () => getAgentConfig(destination)).rejects.toThrow(
233-
"The format of the provided certificate 'cert.unknown' is not supported. Supported formats are: p12, pfx, pem, jks."
233+
"The format of the provided certificate 'cert.unknown' is not supported. Supported formats are: p12, pfx, pem, jks, keystore."
234234
);
235235
});
236236

0 commit comments

Comments
 (0)