This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new af022c5 fix request size check test (#298)
af022c5 is described below
commit af022c596cd96a23595ee8bd3ce66e7b00053cd9
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"
}
}
}