public function test_update_captions()
{
$this->client->update_captions($this->video->hashed_id, 'eng', ['caption_file' => file_get_contents($this->config['dummy-data']['captions'])]);
$this->assertEquals(true, in_array($this->client->last_response_code, [200, 404]));
}