Browse Source

rubocop

pull/604/head
Stéphane Meny 3 years ago
parent
commit
633393f698
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      spec/services/imports/case_logs_import_service_spec.rb

2
spec/services/imports/case_logs_import_service_spec.rb

@ -92,7 +92,7 @@ RSpec.describe Imports::CaseLogsImportService do
context "and the organisation legacy ID does not exist" do context "and the organisation legacy ID does not exist" do
let(:case_log_xml) do let(:case_log_xml) do
xml_doc = Nokogiri::XML(case_log_file) xml_doc = Nokogiri::XML(case_log_file)
xml_doc.at_xpath("//xmlns:OWNINGORGID").content = 99999 xml_doc.at_xpath("//xmlns:OWNINGORGID").content = 99_999
xml_doc xml_doc
end end

Loading…
Cancel
Save