Skip to content

Commit

Permalink
test: update to zerotier-one:1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Nov 7, 2024
1 parent e369c92 commit 349d2ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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<paths, "get">; id: string }[] = [
{ path: "/status", id: "NodeStatus" },
{ path: "/controller", id: "ControllerStatus" },
Expand Down

0 comments on commit 349d2ff

Please sign in to comment.