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
......@@ -47,12 +47,11 @@ tests:
asserts:
- hasDocuments:
count: 1
documentIndex: 1
documentIndex: 0
- it: should NOT create cr if not enabled
asserts:
- hasDocuments:
count: 0
documentIndex: 0
- it: should NOT create cr if disableOzgCloudOperator true
set:
elasticsearch:
......@@ -61,5 +60,4 @@ tests:
asserts:
- hasDocuments:
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