Remove exvcr dependency

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-14 16:27:53 +01:00
parent df2c184bc0
commit 3f9e1c8e19
50 changed files with 366 additions and 3262 deletions

View File

@@ -41,7 +41,6 @@ defmodule Mobilizon.Service.Geospatial.PhotonTest do
# Photon returns something quite wrong, so no need to test this right now.
# test "returns a valid address from reverse geocode" do
# use_cassette "geospatial/photon/geocode" do
# assert %Address{
# locality: "Lyon",
# description: "",
@@ -57,7 +56,6 @@ defmodule Mobilizon.Service.Geospatial.PhotonTest do
# } ==
# Photon.geocode(4.8425657, 45.7517141)
# |> hd
# end
# end
end
end