Add test for FanOutOnWriteService
This commit is contained in:
parent
7bb28bf780
commit
93212bc2c4
3 changed files with 45 additions and 2 deletions
|
@ -9,7 +9,7 @@ class FetchRemoteStatusService < BaseService
|
|||
private
|
||||
|
||||
def process_atom(url, body)
|
||||
Rails.logger.debug 'Processing Atom for remote status'
|
||||
Rails.logger.debug "Processing Atom for remote status at #{url}"
|
||||
|
||||
xml = Nokogiri::XML(body)
|
||||
account = extract_author(url, xml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue