Commit b4a7fcc3 authored by James Lopez's avatar James Lopez

fix specs

parent 6d9efba1
...@@ -3,7 +3,7 @@ module EE ...@@ -3,7 +3,7 @@ module EE
module CreateService module CreateService
def execute(request) def execute(request)
super.tap do |application| super.tap do |application|
audit_event_service(request.ip_address).for_user(application.name).security_event audit_event_service(request.remote_ip).for_user(application.name).security_event
end end
end end
......
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