var options = {
        url: this.options.testingbotBaseUrl + '/tests/' + job.id + '/stop',
        method: 'PUT'
      };