Skip to content

Commit

Permalink
Fixed test result
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Dec 22, 2020
1 parent ed1771e commit ad1281e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SDKTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function testHTTPSuccess()
$this->assertEquals('PATCH:/v1/mock/tests/bar:passed', $output[8] ?? '');
$this->assertEquals('DELETE:/v1/mock/tests/bar:passed', $output[9] ?? '');

$this->assertEquals('GET:/v1/mock/tests/general/redirected:passed', $output[10]);
$this->assertEquals('GET:/v1/mock/tests/general/redirect/done:passed', $output[10]);
//$this->assertEquals($output[11], 'POST:/v1/mock/tests/general/upload:passed');
}
}
Expand Down

0 comments on commit ad1281e

Please sign in to comment.