Skip to content

Commit

Permalink
Debug-Ausgaben wieder entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
nbennke committed Jan 22, 2025
1 parent 0a06c78 commit 14c140e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/controllers/citysdk/requests/photos_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class PhotosControllerTest < ActionDispatch::IntegrationTest
media: Base64.encode64(File.read('test/fixtures/files/test.jpg')) }
assert_response :created
end
puts Nokogiri::VERSION_INFO.inspect
doc = Nokogiri::XML(response.parsed_body)
puts doc.inspect
assert_equal 1, doc.xpath('/photos/photo/id').count
end

Expand Down

0 comments on commit 14c140e

Please sign in to comment.