internetee-registry/app/controllers
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
..
admin feat: add admin contact ident type validation 2025-02-03 13:59:03 +02:00
api changed count of contact validations 2024-02-08 15:00:41 +02:00
concerns Fixed codeclimate issues 2023-07-13 12:32:33 +03:00
eeid/webhooks Fixed identification request webhook 2025-01-28 10:41:54 +02:00
eis_billing reverse accidently changes 2023-05-04 16:14:44 +03:00
epp Updated contact name data type in schemas 2024-08-22 11:25:54 +03:00
repp/v1 Fixed Certificate#update_crl test to properly verify CRL updater script call 2025-04-16 11:47:52 +03:00
sso Fix CookieOverflow error using current Tara test keys 2021-03-11 17:42:06 +05:00
application_controller.rb Handling contact verifications 2024-11-14 08:37:09 +02:00