Skip to content

Commit

Permalink
fixed tests, added ssh url to them
Browse files Browse the repository at this point in the history
  • Loading branch information
racinmat committed May 28, 2020
1 parent db03cd5 commit c85d3f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ghtype_tests.jl
Expand Up @@ -88,6 +88,7 @@ end
"full_name": "octocat/Hello-World",
"private": false,
"url": "https://api.github.com/repos/octocat/Hello-World",
"ssh_url": "git@github.com:octocat/Hello-World.git",
"language": null,
"pushed_at": "2011-01-26T19:06:43Z",
"permissions": {
Expand Down Expand Up @@ -118,6 +119,8 @@ end
HTTP.URI(repo_json["url"]),
nothing,
nothing,
HTTP.URI(repo_json["ssh_url"]),
nothing,
Dates.DateTime(chop(repo_json["pushed_at"])),
nothing,
nothing,
Expand All @@ -137,6 +140,7 @@ end
full_name = "octocat/Hello-World",
private = false,
url = "https://api.github.com/repos/octocat/Hello-World",
ssh_url = "git@github.com:octocat/Hello-World.git",
pushed_at = "2011-01-26T19:06:43Z",
permissions = Dict(
"admin" => false,
Expand Down

0 comments on commit c85d3f4

Please sign in to comment.