Skip to content

Commit

Permalink
fixed test path
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Dec 18, 2024
1 parent 0ee3f82 commit 555d88b
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: "/api/v2/version",
});
assert.equal(response.statusCode, 200);
const j = response.json();
Expand Down

0 comments on commit 555d88b

Please sign in to comment.