summaryrefslogtreecommitdiff
path: root/spec/graphql/types/ci_configuration/sast/analyzers_entity_input_type_spec.rb
blob: ac18f8d53a1d95b70569734d4ec3a01c22791e73 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe ::Types::CiConfiguration::Sast::AnalyzersEntityInputType do
  it { expect(described_class.graphql_name).to eq('SastCiConfigurationAnalyzersEntityInput') }

  it { expect(described_class.arguments.keys).to match_array(%w[enabled name variables]) }
end