This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/unomi-1.5.x by this push:
     new 4b90dc9  fix request size check test (#298)
4b90dc9 is described below

commit 4b90dc9c905305976b38f6171a216609080b0e44
Author: kevan Jahanshahi <[email protected]>
AuthorDate: Wed Apr 21 10:53:12 2021 +0200

    fix request size check test (#298)
---
 .../test/resources/validation/eventcollector_request_size_valid.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/itests/src/test/resources/validation/eventcollector_request_size_valid.json 
b/itests/src/test/resources/validation/eventcollector_request_size_valid.json
index f146c0f..6fc32fa 100644
--- 
a/itests/src/test/resources/validation/eventcollector_request_size_valid.json
+++ 
b/itests/src/test/resources/validation/eventcollector_request_size_valid.json
@@ -9,7 +9,7 @@
         "scope":"dummy_scope",
         "itemId":"pageView",
         "properties":{
-          "myProperty":"Where does it come from?\nContrary to popular belief, 
Lorem Ipsum is not simply random text. It has roots in a piece of classical 
Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, 
a Latin professor at Hampden-Sydney College in Virginia, looked up one of the 
more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going 
through the cites of the word in classical literature, discovered the 
undoubtable source. Lorem Ipsum c [...]
+          "myProperty": "Well sized property"
         }
       }
     }

Reply via email to