Skip to content

Commit 3b00251

Browse files
committed
improve test suite
1 parent d0d2fec commit 3b00251

File tree

2 files changed

+432
-175
lines changed

2 files changed

+432
-175
lines changed

packages/client/src/envconfig.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,6 @@ export class ClientConfigProfile {
368368
* ```
369369
*/
370370
public toClientConnectConfig(): ClientConnectConfig {
371-
if (!this.address) {
372-
throw new Error("Configuration profile must contain an 'address' to be used for client connection");
373-
}
374-
375371
const tlsConfig = this.tls?.toTLSConfig();
376372

377373
return {

0 commit comments

Comments
 (0)