fix repository.url on webhook push payload

This commit is contained in:
nazoking
2015-10-06 02:15:03 +09:00
parent 0a2d95e434
commit 8b8c6ee861
3 changed files with 15 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ class JsonFormatSpec extends Specification {
forks = 0,
`private` = false,
default_branch = "master",
owner = apiUser)
owner = apiUser)(urlIsHtmlUrl = false)
val repositoryJson = s"""{
"name" : "Hello-World",
"full_name" : "octocat/Hello-World",