@@ -33,8 +33,12 @@ describe('project.test.js', function () {
33
33
'public' , 'path' , 'path_with_namespace' , 'name_with_namespace' , 'namespace' ,
34
34
'issues_enabled' , 'merge_requests_enabled' ,
35
35
'wiki_enabled' , 'created_at' , 'last_activity_at' ,
36
- 'archived' , 'visibility_level' , 'snippets_enabled' , 'permissions' ) ;
37
- project . owner . should . have . keys ( 'id' , 'username' , 'name' , 'state' , 'avatar_url' ) ;
36
+ 'archived' , 'visibility_level' , 'snippets_enabled' , 'permissions' ,
37
+ 'tag_list' , 'builds_enabled' , 'shared_runners_enabled' , 'creator_id' ,
38
+ 'avatar_url' , 'star_count' , 'forks_count' , 'open_issues_count' ,
39
+ 'runners_token' , 'public_builds' ) ;
40
+ project . owner . should . have . keys ( 'id' , 'username' , 'name' , 'state' , 'avatar_url' ,
41
+ 'web_url' ) ;
38
42
done ( ) ;
39
43
} ) ;
40
44
} ) ;
@@ -53,7 +57,8 @@ describe('project.test.js', function () {
53
57
// 'public', 'path', 'path_with_namespace', 'namespace',
54
58
// 'issues_enabled', 'merge_requests_enabled', 'wall_enabled',
55
59
// 'wiki_enabled', 'created_at');
56
- project . owner . should . have . keys ( 'id' , 'username' , 'name' , 'state' , 'avatar_url' ) ;
60
+ project . owner . should . have . keys ( 'id' , 'username' , 'name' , 'state' , 'avatar_url' ,
61
+ 'web_url' ) ;
57
62
done ( ) ;
58
63
} ) ;
59
64
} ) ;
0 commit comments