Skip to content

Commit

Permalink
fix(resp-tranformer) handle already existing headers
Browse files Browse the repository at this point in the history
Now add will only add header/json if it does not exist, config `append` added to support adding new value to existing header/json. If header does not exist, a new one will be added. config `replace added to replace the value of existing header/json with new value
  • Loading branch information
Shashi Ranjan authored and subnetmarco committed Jan 21, 2016
1 parent 20d4b72 commit 9f1ffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/dao/entities_schemas_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ describe("Entities Schemas", function()
}, errors)
end)
end)
end)
end)

0 comments on commit 9f1ffb3

Please sign in to comment.