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:
Steve Kemp
2015-08-18 09:14:44 +03:00
parent f042d709ac
commit f73c86d533
2 changed files with 2 additions and 2 deletions

View File

@@ -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",