Module: Constants

Defined in:
lib/au_core_test_kit/constants.rb

Class Method Summary collapse

Class Method Details

.validation_message_filtersObject



4
5
6
7
8
9
10
# File 'lib/au_core_test_kit/constants.rb', line 4

def self.validation_message_filters
  [
    "The value provided ('xml') was not found in the value set 'MimeType'",
    "The value provided ('json') was not found in the value set 'MimeType'",
    "The value provided ('ttl') was not found in the value set 'MimeType'"
  ].freeze
end