You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2021/07/02 09:33:07 UTC

[unomi] branch fixIndexTemplateName updated: remove unecessary file added accidently to the previous commit

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

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


The following commit(s) were added to refs/heads/fixIndexTemplateName by this push:
     new b537a5e  remove unecessary file added accidently to the previous commit
b537a5e is described below

commit b537a5ec1d5e1e19f367964ed0d25252cb1b24e1
Author: Kevan <ke...@jahia.com>
AuthorDate: Fri Jul 2 11:33:00 2021 +0200

    remove unecessary file added accidently to the previous commit
---
 itests/src/test/resources/validation/file_small.json | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/itests/src/test/resources/validation/file_small.json b/itests/src/test/resources/validation/file_small.json
deleted file mode 100644
index 6fc32fa..0000000
--- a/itests/src/test/resources/validation/file_small.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "sessionId": "dummy-session-id",
-  "events":[
-    {
-      "eventType":"dummy_event_type",
-      "scope":"dummy_scope",
-      "source":{
-        "itemType":"pageView",
-        "scope":"dummy_scope",
-        "itemId":"pageView",
-        "properties":{
-          "myProperty": "Well sized property"
-        }
-      }
-    }
-  ]
-}
\ No newline at end of file