@@ -15,7 +15,7 @@ import { AnyValidateFunction } from "ajv/dist/core.js";
15
15
const Ajv = _Ajv . default ;
16
16
const addFormats = _addFormats . default ;
17
17
18
- const ZT_VERSION = process . env . ZT_VERSION || "1.12.2 " ;
18
+ const ZT_VERSION = process . env . ZT_VERSION || "1.14.0 " ;
19
19
20
20
function createCreateClient ( token : string , port : number ) {
21
21
const authToken = token ;
@@ -57,7 +57,7 @@ function assertValid(
57
57
58
58
const ZEROTIER_API_SECRET = "asdf" ;
59
59
60
- describe ( "API exercise" , async function ( ) {
60
+ describe ( "API exercise" , async function ( ) {
61
61
let network_id : string ;
62
62
const node_id = "1122334455" ;
63
63
let container ;
@@ -81,7 +81,7 @@ describe("API exercise", async function () {
81
81
client = createCreateClient ( ZEROTIER_API_SECRET , apiPort ) ;
82
82
} ) ;
83
83
84
- describe ( "GET endpoints" , async function ( ) {
84
+ describe ( "GET endpoints" , async function ( ) {
85
85
const map : { path : PathsWithMethod < paths , "get" > ; id : string } [ ] = [
86
86
{ path : "/status" , id : "NodeStatus" } ,
87
87
{ path : "/controller" , id : "ControllerStatus" } ,
0 commit comments