summaryrefslogtreecommitdiff
path: root/spec/graphql/mutations/alert_management/alerts/todo/create_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/mutations/alert_management/alerts/todo/create_spec.rb')
-rw-r--r--spec/graphql/mutations/alert_management/alerts/todo/create_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/graphql/mutations/alert_management/alerts/todo/create_spec.rb b/spec/graphql/mutations/alert_management/alerts/todo/create_spec.rb
index a10c3725ba2..8ec99070c91 100644
--- a/spec/graphql/mutations/alert_management/alerts/todo/create_spec.rb
+++ b/spec/graphql/mutations/alert_management/alerts/todo/create_spec.rb
@@ -7,6 +7,7 @@ RSpec.describe Mutations::AlertManagement::Alerts::Todo::Create do
let_it_be(:alert) { create(:alert_management_alert) }
let_it_be(:project) { alert.project }
+
let(:current_user) { project.owner }
let(:args) { { project_path: project.full_path, iid: alert.iid } }