it('should GET my attempts', function (done) {
            request.post('/api/collector/start/' + activityTrackingCode)
                .expect(200)
                .set('Accept', 'application/json')
                .set('X-Gleaner-User', 'Student1')