Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
test(acceptance): fix newman command to work with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret authored and Ridene committed Mar 20, 2018
1 parent 17c64bb commit e7edc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/bootstrap/RestApiContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public function callRestApi()
$this->logfile = tempnam('/tmp', $this->logFilePrefix);
exec(
'newman run' .
' tests/rest_api/' . $this->restCollection .
' --no-color --disable-unicode --reporter-cli-no-assertions' .
' --environment ' . $this->envfile .
' tests/rest_api/' . $this->restCollection .
' > ' . $this->logfile,
$output,
$retval
Expand Down

0 comments on commit e7edc5f

Please sign in to comment.