mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 22:15:51 +01:00
Updated to fix truncated name in JSON: watchers_coun
The correct field in the JSON should be `watchers_count` rather than the truncated version `watchers_coun`.
This commit is contained in:
@@ -56,7 +56,7 @@ class JsonFormatSpec extends Specification {
|
||||
"default_branch" : "master",
|
||||
"owner" : $apiUserJson,
|
||||
"forks_count" : 0,
|
||||
"watchers_coun" : 0,
|
||||
"watchers_count" : 0,
|
||||
"url" : "${context.baseUrl}/api/v3/repos/octocat/Hello-World",
|
||||
"http_url" : "${context.baseUrl}/git/octocat/Hello-World.git",
|
||||
"clone_url" : "${context.baseUrl}/git/octocat/Hello-World.git",
|
||||
|
||||
Reference in New Issue
Block a user