Skip to content

Commit 17e5cfe

Browse files
author
Maksym Mykhailenko
committed
fix: re-enable all unit tests
1 parent 276abd3 commit 17e5cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/attachments/get.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('Get Project attachments Tests', () => {
8585
sandbox.restore();
8686
});
8787

88-
it.only('should return 404 if USER does not have permissions', (done) => {
88+
it('should return 404 if USER does not have permissions', (done) => {
8989
request(server)
9090
.get(`/v5/projects/${project1.id}/attachments/${attachment.id}`)
9191
.set({

0 commit comments

Comments
 (0)