diff --git a/src/Poster.php b/src/Poster.php index cc12a27..2de74da 100644 --- a/src/Poster.php +++ b/src/Poster.php @@ -18,7 +18,7 @@ final class Poster{ public function post($url, $user, $pass, $repoUser, $repo, $title='Test Results'){ // open connection and repo - $this->client=new Client($url, $user, $pass, true); + $this->client=new Client($url, $user, $pass); $this->repo=$this->client->getRepo($repoUser, $repo); $this->process($this->xml); //process xml and upload screenshots