Current section

Files

Jump to
weather lib weather test_response bad_request.ex
Raw

lib/weather/test_response/bad_request.ex

defmodule Weather.TestResponse.BadRequest do
@moduledoc false
@spec response() :: map()
def response, do: %{"cod" => 400, "message" => "wrong latitude"}
end