Skip to content

Commit

Permalink
Merge pull request #76 from UrbanOS-Public/1111-xml-body
Browse files Browse the repository at this point in the history
1111 xml body
  • Loading branch information
ian-j-abbott-accenture authored Mar 28, 2023
2 parents 5e4634f + d69c199 commit 947eaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/smart_city/test_data_generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ defmodule SmartCity.TestDataGenerator do
%{
assigns: %{},
context: %{
:body => %{},
:body => "",
:headers => [],
:protocol => nil,
:queryParams => [],
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 947eaf5

Please sign in to comment.