Skip to content

Commit

Permalink
PMM-7: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Jan 8, 2025
1 parent 5b1a15c commit f917121
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/backup/inventory_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ Scenario(
location.description,
);

console.log('Locations are: ');

Check warning on line 99 in tests/backup/inventory_test.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
console.log(await locationsAPI.getLocationsList());

Check warning on line 100 in tests/backup/inventory_test.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement

const { service_id } = await inventoryAPI.apiGetNodeInfoByServiceName(SERVICE_TYPE.MONGODB, mongoServiceName);

serviceId = service_id;
Expand Down

0 comments on commit f917121

Please sign in to comment.