Skip to content

Commit 69dbd4c

Browse files
committed
test: update certificate rejection message
1 parent e5760d7 commit 69dbd4c

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)