Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Dec 17, 2024
1 parent f0a61d8 commit f82d410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apiv2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describeOrSkip("API V2", function () {
const app = await createServer();
const response = await app.inject({
method: "GET",
url: "/__version__",
url: "/version",
});
assert.equal(response.statusCode, 200);
const j = response.json();
Expand Down

0 comments on commit f82d410

Please sign in to comment.