Skip to content

Commit 4501728

Browse files
authored
Update ProjectsTest.php
1 parent 55426db commit 4501728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Gitlab/Tests/Api/ProjectsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function shouldCreatePipeline()
261261
$api = $this->getApiMock();
262262
$api->expects($this->once())
263263
->method('post')
264-
->with('projects/1/pipelines', array('ref' => 'test-pipeline'))
264+
->with('projects/1/pipeline', array('ref' => 'test-pipeline'))
265265
->will($this->returnValue($expectedArray))
266266
;
267267

0 commit comments

Comments
 (0)