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 276abd3 commit 17e5cfeCopy full SHA for 17e5cfe
src/routes/attachments/get.spec.js
@@ -85,7 +85,7 @@ describe('Get Project attachments Tests', () => {
85
sandbox.restore();
86
});
87
88
- it.only('should return 404 if USER does not have permissions', (done) => {
+ it('should return 404 if USER does not have permissions', (done) => {
89
request(server)
90
.get(`/v5/projects/${project1.id}/attachments/${attachment.id}`)
91
.set({
0 commit comments