From e036632894d3fd5cc34190dc24258ee9b501df13 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Tue, 28 Mar 2023 10:39:31 -0500 Subject: [PATCH 1/2] change body from map to string --- lib/smart_city/test_data_generator.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smart_city/test_data_generator.ex b/lib/smart_city/test_data_generator.ex index 0c8c48f..5cef793 100644 --- a/lib/smart_city/test_data_generator.ex +++ b/lib/smart_city/test_data_generator.ex @@ -113,7 +113,7 @@ defmodule SmartCity.TestDataGenerator do %{ assigns: %{}, context: %{ - :body => %{}, + :body => "", :headers => [], :protocol => nil, :queryParams => [], From d69c199be34d142d3c632b84050172b0b674e7f2 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Tue, 28 Mar 2023 10:41:20 -0500 Subject: [PATCH 2/2] version bump --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index cec08e0..a866a79 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule SmartCityTest.MixProject do def project do [ app: :smart_city_test, - version: "2.2.7", + version: "2.2.8", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, description: description(),