Skip to content

Commit

Permalink
Update ProjectsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Seretos authored Oct 9, 2017
1 parent 55426db commit 4501728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Gitlab/Tests/Api/ProjectsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function shouldCreatePipeline()
$api = $this->getApiMock();
$api->expects($this->once())
->method('post')
->with('projects/1/pipelines', array('ref' => 'test-pipeline'))
->with('projects/1/pipeline', array('ref' => 'test-pipeline'))
->will($this->returnValue($expectedArray))
;

Expand Down

0 comments on commit 4501728

Please sign in to comment.