Skip to content
Snippets Groups Projects
Commit e5c7c28d authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

zero-based document indexing in elasticsearch_cr_test

parent 864d05e6
No related branches found
No related tags found
1 merge request!24OZG-4880 Helm Env Values für OSI-Postfach 2.0
This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
...@@ -47,12 +47,11 @@ tests: ...@@ -47,12 +47,11 @@ tests:
asserts: asserts:
- hasDocuments: - hasDocuments:
count: 1 count: 1
documentIndex: 1 documentIndex: 0
- it: should NOT create cr if not enabled - it: should NOT create cr if not enabled
asserts: asserts:
- hasDocuments: - hasDocuments:
count: 0 count: 0
documentIndex: 0
- it: should NOT create cr if disableOzgCloudOperator true - it: should NOT create cr if disableOzgCloudOperator true
set: set:
elasticsearch: elasticsearch:
...@@ -61,5 +60,4 @@ tests: ...@@ -61,5 +60,4 @@ tests:
asserts: asserts:
- hasDocuments: - hasDocuments:
count: 0 count: 0
documentIndex: 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment