Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Apr 26, 2024
1 parent caf0c21 commit 5bf3ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/features/support/helpers/pdf_download_helpers.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'net/http'
require 'uri'

Expand Down Expand Up @@ -32,4 +34,3 @@ def log_response_details(response)
puts response.body[0..2000] # Print the first 2000 characters of the body for deeper insight
end
end

0 comments on commit 5bf3ab7

Please # to comment.