Skip to content

Commit e7c3d3c

Browse files
authored
Merge pull request #781 from libgit2/cmn/fetch-test
test: update certificate rejection message
2 parents b17a296 + 69dbd4c commit e7c3d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/online/fetch_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_fetch_over_https_with_certificate_callback_fail
5454
})
5555
end
5656

57-
assert_equal "user cancelled certificate check", exception.message
57+
assert_equal "user rejected certificate for github.com", exception.message
5858
end
5959

6060
def test_fetch_over_https_with_certificate_callback_exception

0 commit comments

Comments
 (0)