We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cd79f1 + bcd6643 commit 897f66fCopy full SHA for 897f66f
tests/media.test.js
@@ -16,7 +16,7 @@ describe('media', () => {
16
const content = 'Hello world!';
17
18
const accountId = process.env.BW_ACCOUNT_ID;
19
- const mediaId = `${process.env.GITHUB_RUN_ID}-media-up-down`;
+ const mediaId = `Node-Test-Media_`.concat(Date.now); //append time in millis to avoid third-party GUID generator dependency
20
const body = new FileWrapper(Buffer.from(content));
21
const contentType = 'text/plain';
22
0 commit comments