Skip to content

Commit

Permalink
PMM-13232: Log available services
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Jul 12, 2024
1 parent c492647 commit 19cb0ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pages/api/inventoryAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module.exports = {
for (let i = 0; i < 60; i++) {
const services = await this.apiGetServices(service.serviceType);

console.log(services);

Check warning on line 13 in tests/pages/api/inventoryAPI.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement

responseService = services.data[service.service].find((obj) => obj.service_name === serviceName);
if (responseService !== undefined) break;

Expand Down

0 comments on commit 19cb0ac

Please sign in to comment.