chore(hub): report rate-limited runtime version
This commit is contained in:
parent
f87cd30dab
commit
c0764d08f0
2 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ test("JD hub exposes a minimal non-secret status response", async (t) => {
|
|||
const body = await response.json();
|
||||
assert.equal(body.ok, true);
|
||||
assert.equal(body.node_id, "JD-FD-PRIMARY");
|
||||
assert.equal(body.version, "2.1.0");
|
||||
assert.equal("ip" in body, false);
|
||||
assert.equal("token" in body, false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue