Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 19, 2024
1 parent 6adac3e commit 7fd34d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/tests/startupCalls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe('Calls after logging in', () => {

test('Services', async () => {
const responseEnv = await utils.fetchReq('catalog/services/-/latest');
console.log('Response Data:', responseEnv.data);
expect(responseEnv.data._meta.total).toBeGreaterThan(0);
expect(Array.isArray(responseEnv.data.data)).toBeTruthy();
expect(responseEnv.data.data.length).toBeGreaterThan(0);
Expand Down

0 comments on commit 7fd34d6

Please sign in to comment.