Skip to content

Commit

Permalink
Updated test scenario for new authentication model.
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPfanatic committed Nov 9, 2017
1 parent 32d19f7 commit 88d668b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/ImageClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,7 @@ public function testPredictNoImage() {
$this->expectException(LogicException::class);
$this->client->Predict();
}

/**
* Test token validation is working as intended.
*/
public function testIsTokenValid() {
$response = $this->client->IsTokenValid();
$this->assertFalse($response, 'Token validation failed');
}


/**
* Validate that setting language works as intended.
*/
Expand Down

0 comments on commit 88d668b

Please sign in to comment.