Skip to content

Commit 4dc7143

Browse files
committed
test: update to zerotier-one:1.14.0
1 parent e369c92 commit 4dc7143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { AnyValidateFunction } from "ajv/dist/core.js";
1515
const Ajv = _Ajv.default;
1616
const addFormats = _addFormats.default;
1717

18-
const ZT_VERSION = process.env.ZT_VERSION || "1.12.2";
18+
const ZT_VERSION = process.env.ZT_VERSION || "1.14.0";
1919

2020
function createCreateClient(token: string, port: number) {
2121
const authToken = token;
@@ -57,7 +57,7 @@ function assertValid(
5757

5858
const ZEROTIER_API_SECRET = "asdf";
5959

60-
describe("API exercise", async function () {
60+
describe("API exercise", async function() {
6161
let network_id: string;
6262
const node_id = "1122334455";
6363
let container;
@@ -81,7 +81,7 @@ describe("API exercise", async function () {
8181
client = createCreateClient(ZEROTIER_API_SECRET, apiPort);
8282
});
8383

84-
describe("GET endpoints", async function () {
84+
describe("GET endpoints", async function() {
8585
const map: { path: PathsWithMethod<paths, "get">; id: string }[] = [
8686
{ path: "/status", id: "NodeStatus" },
8787
{ path: "/controller", id: "ControllerStatus" },

0 commit comments

Comments
 (0)