We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cda0ff commit 66678cbCopy full SHA for 66678cb
test/online/fetch_test.rb
@@ -48,7 +48,7 @@ def test_fetch_over_https_with_certificate_callback
48
def test_fetch_over_https_with_certificate_callback_fail
49
@repo.remotes.create("origin", "https://github.com/libgit2/TestGitRepository.git")
50
51
- exception = assert_raises Rugged::NetworkError do
+ exception = assert_raises Rugged::HTTPError do
52
@repo.fetch("origin", {
53
certificate_check: lambda { |valid, host| false }
54
})
0 commit comments