File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
testuser = Owner (" julia-github-test-bot" )
5
5
julweb = Owner (" JuliaWeb" , true )
6
6
ghjl = Repo (" JuliaWeb/GitHub.jl" )
7
- testcommit = Commit (" 3a90e7d64d6184b877f800570155c502b1119c15 " )
7
+ testcommit = Commit (" 627128970bbf09d27c526cb66a17891c389ab914 " )
8
8
testuser_sshkey = " ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVDBxFza4BmQTCTFeTyK" *
9
9
" 3xT+T98dmiMWXC2lM/esw3MCRHg7cynLWr/jUgjs72DO2nqlCTKI88yd2gcbW5/pBP6NVumc" *
10
10
" pM7eJzZJ3TKKwdGUD49nahncg5imHZUQbCqtQbAYEj+uFfqa9QNm6NkZdAdPdB6dJG2+QEuk" *
91
91
@test hasghobj (" src/GitHub.jl" , src_dir)
92
92
93
93
# test GitHub.status, GitHub.statuses
94
- @test status (ghjl, testcommit; auth = auth). sha == name (testcommit)
95
- @test ! (isempty (first (statuses (ghjl, testcommit; auth = auth))))
94
+ # FIXME : for some reason, the GitHub API reports empty statuses on the GitHub.jl repo
95
+ let ghjl = Repo (" JuliaLang/julia" ), testcommit = Commit (" 3200219b1f7e2681ece9e4b99bda48586fab8a93" )
96
+ @test status (ghjl, testcommit; auth = auth). sha == name (testcommit)
97
+ @test ! (isempty (first (statuses (ghjl, testcommit; auth = auth))))
98
+ end
96
99
97
100
# test GitHub.comment, GitHub.comments
98
101
@test name (comment (ghjl, 154431956 ; auth = auth)) == 154431956
You can’t perform that action at this time.
0 commit comments