diff --git a/app/graphql/types/workflow_execution_type.rb b/app/graphql/types/workflow_execution_type.rb index 3a109f2534..a1c5a6f7fd 100644 --- a/app/graphql/types/workflow_execution_type.rb +++ b/app/graphql/types/workflow_execution_type.rb @@ -2,7 +2,6 @@ module Types # WorkflowExecutions Type - # rubocop:disable convention:GraphQL/ExtractType class WorkflowExecutionType < Types::BaseObject implements GraphQL::Types::Relay::Node description 'A workflow execution' diff --git a/test/graphql/workflow_executions_query_test.rb b/test/graphql/workflow_executions_query_test.rb index f5df3c9019..12fd0f95b8 100644 --- a/test/graphql/workflow_executions_query_test.rb +++ b/test/graphql/workflow_executions_query_test.rb @@ -14,6 +14,8 @@ class WorkflowExecutionsQueryTest < ActiveSupport::TestCase id } } + } + } } GRAPHQL