internetee-registry/app/controllers/repp/v1
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
..
certificates Fixed Certificate#update_crl test to properly verify CRL updater script call 2025-04-16 11:47:52 +03:00
domains Fixed domain add/remove contacts endpoints 2022-11-04 12:48:20 +02:00
registrar Fix poll messages crashing 2024-10-15 15:13:46 +03:00
accounts_controller.rb Added committed param to white ip 2023-07-07 16:05:06 +03:00
api_users_controller.rb Added endpoints for creating and downloading api user certificates 2023-06-28 15:48:40 +03:00
auctions_controller.rb Add response to REPP log 2020-11-17 13:00:47 +02:00
base_controller.rb Registrar ip restriction on every request 2023-08-04 13:43:02 +03:00
certificates_controller.rb Fixed Certificate#update_crl test to properly verify CRL updater script call 2025-04-16 11:47:52 +03:00
contacts_controller.rb Merge pull request #2741 from internetee/disclose-phone-num-for-org-registrants 2025-01-31 17:52:57 +02:00
domains_controller.rb fixed period param 2023-04-13 12:05:50 +03:00
invoices_controller.rb Added endpoints for creating and downloading api user certificates 2023-06-28 15:48:40 +03:00
retained_domains_controller.rb Add response to REPP log 2020-11-17 13:00:47 +02:00
stats_controller.rb Improved stats query 2023-12-21 17:26:01 +02:00
white_ips_controller.rb Add admin mailers and tests to white_ips 2023-07-10 09:51:56 +03:00