Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Sep 27, 2023
1 parent 236e4f2 commit 0464524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/healthcheck.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,6 @@ describe('test the healthcheck', () => {
);
const params = { index_name: 'test_index', now: 1695732000000 };
const status = await healthcheck({}, params);
expect(status).toEqual({ status: '1K' });
expect(status).toEqual({ status: 'OK' });
});
});

0 comments on commit 0464524

Please sign in to comment.