Skip to content

Commit

Permalink
chore: adjust report name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Oct 10, 2024
1 parent bb1483c commit 446224d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ module.exports = (on, config) => {
1 +
'/' +
date.getDate() +
'/' +
date.getFullYear() +
'-' +
(date.getUTCHours() + 2) +
':' +
date.getUTCMinutes();
const reportName = `AMP REPORT ${todaysDate}`;
const reportName = `AMP_REPORT_${todaysDate}`;

config.env.NAMESPACE_NAME = namespaceName;
config.env.STORAGE_CLASS_NAME = randomName;
Expand Down

0 comments on commit 446224d

Please sign in to comment.