Skip to content

Commit 352d3e4

Browse files
omarlopesinom1guelpf
authored andcommitted
Improve test to check project users.
1 parent 64d7ab8 commit 352d3e4

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
@@ -410,7 +410,7 @@ public function getProjectUsersExpectedArray() {
410410
'username' => 'john.doe',
411411
'state' => 'active',
412412
'avatar_url' => 'https://example.com',
413-
'web_url' => 'gitlab.com/john.doe',
413+
'web_url' => 'https://gitlab.com/john.doe',
414414
],
415415
];
416416
}

0 commit comments

Comments
 (0)