Commit 98f7982c authored by Francisco Lopez's avatar Francisco Lopez

Leaving atom? query to fix tests

parent 29521a31
......@@ -10,7 +10,7 @@ module Gitlab
end
def find_user_from_rss_token
return unless current_request.path.ends_with?('.atom')
return unless current_request.path.ends_with?('.atom') || current_request.format.atom?
token = current_request.params[:rss_token].presence
return unless token
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment