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.
1 parent a42212f commit 4b5f7feCopy full SHA for 4b5f7fe
src/routes/attachments/delete.spec.js
@@ -48,7 +48,7 @@ describe('Project Attachments delete', () => {
48
size: 12312,
49
category: null,
50
filePath: 'https://media.topcoder.com/projects/1/test.txt',
51
- createdBy: testUtil.allowedUsers.copilot,
+ createdBy: testUtil.userIds.copilot,
52
updatedBy: 1,
53
}).then((a1) => {
54
attachment = a1;
0 commit comments