Skip to content

Commit 9913fae

Browse files
author
Vikas Agarwal
committed
fixed unit test for downloadUrl
1 parent 860b6ef commit 9913fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/projects/get.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ describe('GET Project', () => {
204204
spy.should.have.been.calledOnce;
205205
resJson.attachments.should.have.lengthOf(1);
206206
resJson.attachments[0].filePath.should.equal(attachment.filePath);
207-
resJson.attachments[0].downloadUrl.should.exist;
207+
// downloadUrl no more needed
208+
// resJson.attachments[0].downloadUrl.should.exist;
208209
done();
209210
}
210211
});

0 commit comments

Comments
 (0)