Skip to content
Snippets Groups Projects

Resolve "Revoked/Created agent access tokens should fire audit events"

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -91,7 +91,7 @@ class AgentTokens < ::API::Base
# Skipping explicit error handling and relying on exceptions
::Clusters::AgentTokens::RevokeService.new(
current_project: agent.project,
current_project: agent.project,
current_user: current_user,
token: token
).execute
Loading