spec/core/elastic_connector_actions_spec.rb [463:475]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      let(:new_validation_states) {
        {
          'domain-one' => {
            :state => Core::Filtering::ValidationStatus::INVALID,
            :errors => [
              {
                :ids => ['error-id'],
                :messages => ['error']
              }
            ]
          }
        }
      }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/core/elastic_connector_actions_spec.rb [492:504]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      let(:new_validation_states) {
        {
          'domain-one' => {
            :state => Core::Filtering::ValidationStatus::INVALID,
            :errors => [
              {
                :ids => ['error-id'],
                :messages => ['error']
              }
            ]
          }
        }
      }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



