Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Oct 3, 2024
1 parent ae1c107 commit 9bfe5e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ctst/steps/azureArchive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ Then('object {string} should expire in {int} days', async function (this: Zenko,
if (versionId) {
this.addCommandParameter({ versionId });
}
this.logger.debug('+++++++++', {
parameters: this.getCommandParameters(),
});
const res = await S3.headObject(this.getCommandParameters());
assert.ifError(res.err);
assert(res.stdout);
Expand Down

0 comments on commit 9bfe5e0

Please sign in to comment.