summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/mtls.rb
blob: 6c4a035b0f26ec3085d0dbf76f67626376650cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Scenario
    module Test
      module Integration
        class Mtls < Test::Instance::All
          tags :mtls
        end
      end
    end
  end
end