Skip to content

Commit f64cef5

Browse files
committed
[CI] removed framework tests as these are already tested in their own modules
1 parent 1028168 commit f64cef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transport-node/tests/basics_test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ describe(
4242
});
4343

4444
it("basics - tls connect", async () => {
45-
const nc = await connect({ servers: ["demo.nats.io:4443"] });
45+
const nc = await connect({ servers: ["demo.nats.io"] });
46+
assert.equal(nc.protocol.transport?.isEncrypted(), true);
4647
await nc.flush();
4748
await nc.close();
4849
});

0 commit comments

Comments
 (0)