Skip to content

Commit 4c019ee

Browse files
committed
feat: Add integration tests
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
1 parent f99f6f1 commit 4c019ee

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
json:
2+
query:
3+
wildcard:
4+
actor.login:
5+
value: jad?nk
6+
expected:
7+
hits:
8+
total:
9+
value: 2
10+
---
11+
json:
12+
query:
13+
wildcard:
14+
actor.login:
15+
value: j*nk
16+
expected:
17+
hits:
18+
total:
19+
value: 2
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
json:
2+
query:
3+
prefix:
4+
actor.login:
5+
value: jado
6+
expected:
7+
hits:
8+
total:
9+
value: 2
10+
---
11+
json:
12+
query:
13+
prefix:
14+
actor.login:
15+
value: j
16+
expected:
17+
hits:
18+
total:
19+
value: 10

0 commit comments

Comments
 (0)