# frozen_string_literal: true module Datadog module CI module Ext module AppTypes TYPE_TEST = "test" end end end end