Browse Source

Maintenance: Update GeoIp test.

Florian Liebe 1 year ago
parent
commit
356a4040f1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      spec/lib/service/geo_ip_spec.rb

+ 3 - 3
spec/lib/service/geo_ip_spec.rb

@@ -31,11 +31,11 @@ RSpec.describe Service::GeoIp, integration: true do
           let(:expected_result) do
             {
               'country_name'   => 'Switzerland',
-              'city_name'      => 'Zurich',
+              'city_name'      => 'Sempach',
               'country_code'   => 'CH',
               'continent_code' => 'EU',
-              'latitude'       => 47.3661,
-              'longitude'      => 8.5243,
+              'latitude'       => 47.1343,
+              'longitude'      => 8.1859,
             }
           end