it('should not POST a new analysis when the activity does not exist', function (done) {

            request.post('/api/offlinetraces/' + idActivityNotFound)
                .expect(400)
                .set('Accept', 'application/json')