aboutsummaryrefslogtreecommitdiffstats
path: root/app/workers
diff options
context:
space:
mode:
authorZog2018-05-09 08:41:23 +0200
committerZog2018-05-09 08:41:23 +0200
commit9434284e4f12b4b576762dabbd2b0a308e28bc61 (patch)
tree227e341a2dd8d33c992f52ceb7c6be99e687db93 /app/workers
parent430550b965035be3d78abad790e6c44fdc69087f (diff)
downloadchouette-core-9434284e4f12b4b576762dabbd2b0a308e28bc61.tar.bz2
Refs #6960; Update imports to use nesw implementation
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/compliance_control_set_copy_worker.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/workers/compliance_control_set_copy_worker.rb b/app/workers/compliance_control_set_copy_worker.rb
index d18bb0c88..337b92f4b 100644
--- a/app/workers/compliance_control_set_copy_worker.rb
+++ b/app/workers/compliance_control_set_copy_worker.rb
@@ -3,7 +3,6 @@ class ComplianceControlSetCopyWorker
def perform(control_set_id, referential_id)
check_set = ComplianceControlSetCopier.new.copy(control_set_id, referential_id)
-
begin
Net::HTTP.get(URI("#{Rails.configuration.iev_url}/boiv_iev/referentials/validator/new?id=#{check_set.id}"))
rescue Exception => e