Skip to content

Commit e493c40

Browse files
committed
fix shouldGetOwnedProjects test
1 parent dba7da6 commit e493c40

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
@@ -65,7 +65,7 @@ public function shouldGetOwnedProjects()
6565
{
6666
$expectedArray = $this->getMultipleProjectsData();
6767

68-
$api = $this->getMultipleProjectsRequestMock('projects/owned', $expectedArray, 3, 50);
68+
$api = $this->getMultipleProjectsRequestMock('projects?owned=1', $expectedArray, 3, 50);
6969

7070
$this->assertEquals($expectedArray, $api->owned(3, 50));
7171
}

0 commit comments

Comments
 (0)