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

      it_behaves_like 'does not update any validation result'
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

      it_behaves_like 'does not update any validation result'
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



