context 'and address has non-existant country' do
        let(:order) { create(:order_with_totals) }
        let(:address_with_country) { mock_address.merge(country: 'DE') }

        subject do