From 349d2ff82e37820e87a47df39225e6b245b0c5b2 Mon Sep 17 00:00:00 2001 From: travisladuke Date: Fri, 3 May 2024 08:58:21 -0700 Subject: [PATCH] test: update to zerotier-one:1.14.0 --- test/integration.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration.test.ts b/test/integration.test.ts index da62539..5033ac4 100644 --- a/test/integration.test.ts +++ b/test/integration.test.ts @@ -15,7 +15,7 @@ import { AnyValidateFunction } from "ajv/dist/core.js"; const Ajv = _Ajv.default; const addFormats = _addFormats.default; -const ZT_VERSION = process.env.ZT_VERSION || "1.12.2"; +const ZT_VERSION = process.env.ZT_VERSION || "1.14.0"; function createCreateClient(token: string, port: number) { const authToken = token; @@ -57,7 +57,7 @@ function assertValid( const ZEROTIER_API_SECRET = "asdf"; -describe("API exercise", async function () { +describe("API exercise", async function() { let network_id: string; const node_id = "1122334455"; let container; @@ -81,7 +81,7 @@ describe("API exercise", async function () { client = createCreateClient(ZEROTIER_API_SECRET, apiPort); }); - describe("GET endpoints", async function () { + describe("GET endpoints", async function() { const map: { path: PathsWithMethod; id: string }[] = [ { path: "/status", id: "NodeStatus" }, { path: "/controller", id: "ControllerStatus" },