before do
        headers['X-Instance-Data'] = 'IMDS'
        allow_any_instance_of(InstanceVerification::Providers::Example).to(
          receive(:instance_valid?).and_return(true)
        )