[ruby/openssl] test/openssl/test_ocsp.rb: fix flaky test

Fixes: https://github.com/ruby/openssl/issues/695

https://github.com/ruby/openssl/commit/95281fe4a9
This commit is contained in:
Kazuki Yamaguchi 2023-11-25 21:30:09 +09:00 коммит произвёл git
Родитель 4f634d3c85
Коммит e1751b2ec8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -228,7 +228,7 @@ class OpenSSL::TestOCSP < OpenSSL::TestCase
assert_equal OpenSSL::OCSP::V_CERTSTATUS_REVOKED, single.cert_status
assert_equal OpenSSL::OCSP::REVOKED_STATUS_UNSPECIFIED, single.revocation_reason
assert_equal now - 400, single.revocation_time
assert_in_delta (now - 301), single.this_update, 1
assert_in_delta (now - 300), single.this_update, 1
assert_equal nil, single.next_update
assert_equal [], single.extensions