Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: fix metrics test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Aug 30, 2023
1 parent 6ca0133 commit b0584b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('PDNS Service Integration tests', () => {
});

it('should return 200 from prometheus', async () => {
const { status, data } = await axios.get(`/metrics`);
const { status, data } = await axios.get(`/arns_metrics`);
expect(status).to.equal(200);
expect(data).to.not.be.undefined;
});
Expand Down

0 comments on commit b0584b5

Please sign in to comment.