Skip to content

Commit 4b5f7fe

Browse files
committed
fix test
1 parent a42212f commit 4b5f7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/attachments/delete.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Project Attachments delete', () => {
4848
size: 12312,
4949
category: null,
5050
filePath: 'https://media.topcoder.com/projects/1/test.txt',
51-
createdBy: testUtil.allowedUsers.copilot,
51+
createdBy: testUtil.userIds.copilot,
5252
updatedBy: 1,
5353
}).then((a1) => {
5454
attachment = a1;

0 commit comments

Comments
 (0)