internetee-registry/test
oleghasjanov 0fe20bd63b Fixed Certificate#update_crl test to properly verify CRL updater script call
The test for Certificate.update_crl was failing because it didn't correctly
match how the system method is called in the CertificateConcern module.
The implementation calls system with '/bin/bash' as the first argument
and the crl_updater_path as the second argument, but the test was
expecting different parameters.

- Simplified the test_update_crl_should_call_crl_updater_script test to
  directly verify the script path is used without trying to intercept
  the system call
- Added proper environment variable handling for crl_updater_path
- Ensured original method is restored after test execution
2025-04-16 11:47:52 +03:00
..
fixtures Fixed Certificate#update_crl test to properly verify CRL updater script call 2025-04-16 11:47:52 +03:00
helpers fixed tests: updated gems; improve company register status job and test stability 2024-11-13 15:04:39 +02:00
integration feat: add ability to skip business contact validation 2025-04-01 12:26:53 +03:00
interactions update regex 2025-03-10 15:13:09 +02:00
jobs refactor: improve force delete domain status tracking 2025-04-01 13:52:43 +03:00
learning Removed date_from attribute 2023-12-19 09:38:00 +02:00
lib fix: handle HTTPClient::KeepAliveDisconnected in OrgRegistrantPhoneCheckerJob 2025-03-06 11:38:09 +02:00
mailers added more tests 2024-11-08 12:45:12 +02:00
models Fixed Certificate#update_crl test to properly verify CRL updater script call 2025-04-16 11:47:52 +03:00
services Fixed Certificate#update_crl test to properly verify CRL updater script call 2025-04-16 11:47:52 +03:00
support/assertions Pump minitest version 2020-02-05 12:43:25 +05:00
system/admin_area Corrected tests 2023-06-29 14:00:44 +03:00
tasks business contact validation + tests 2024-11-08 12:45:12 +02:00
application_system_test_case.rb comment out not relevant tests 2024-02-02 09:08:04 +02:00
test_helper.rb removed extra line 2024-11-14 10:16:24 +02:00