We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55426db commit 4501728Copy full SHA for 4501728
test/Gitlab/Tests/Api/ProjectsTest.php
@@ -261,7 +261,7 @@ public function shouldCreatePipeline()
261
$api = $this->getApiMock();
262
$api->expects($this->once())
263
->method('post')
264
- ->with('projects/1/pipelines', array('ref' => 'test-pipeline'))
+ ->with('projects/1/pipeline', array('ref' => 'test-pipeline'))
265
->will($this->returnValue($expectedArray))
266
;
267
0 commit comments