diff --git a/testing/indexer-test-core/src/main/resources/features/indexrecord/indexRecord-schema-service.feature b/testing/indexer-test-core/src/main/resources/features/indexrecord/indexRecord-schema-service.feature
index c7b17f6bb6f01f1c3ff732ed6ead34f943e178ba..7e45d09bd48c5ed537e49f8312a45c23cae929cf 100644
--- a/testing/indexer-test-core/src/main/resources/features/indexrecord/indexRecord-schema-service.feature
+++ b/testing/indexer-test-core/src/main/resources/features/indexrecord/indexRecord-schema-service.feature
@@ -9,7 +9,7 @@ Feature: Indexing of the documents
       | tenant1:indexer:test-data--Integration:3.0.1    | tenant1-indexer-test-data--integration-3.0.1    | index_records_3                |
       | tenant1:wks:master-data--Wellbore:2.0.3         | tenant1-wks-master-data--wellbore-2.0.3         | r3-index_record_wks_master     |
       | tenant1:wks:ArraysOfObjectsTestCollection:4.0.0 | tenant1-wks-arraysofobjectstestcollection-4.0.0 | r3-index_record_arrayofobjects |
-      | tenant1:indexer:test-mapping--Sync:1.0.0        | tenant1-indexer-test-mapping--sync-1.0.0        | index_record_sync_mapping      |
+      | tenant1:indexer:test-mapping--Sync:2.0.0        | tenant1-indexer-test-mapping--sync-2.0.0        | index_record_sync_mapping      |
 
   Scenario Outline: Ingest the record and Index in the Elastic Search
     When I ingest records with the <recordFile> with <acl> for a given <kind>
@@ -64,4 +64,4 @@ Feature: Indexing of the documents
 
     Examples:
       | kind                                       | index                                      | recordFile                  | mappingFile                 | acl                            |
-      | "tenant1:indexer:test-mapping--Sync:1.0.0" | "tenant1-indexer-test-mapping--sync-1.0.0" | "index_record_sync_mapping" | "index_record_sync_mapping" | "data.default.viewers@tenant1" |
\ No newline at end of file
+      | "tenant1:indexer:test-mapping--Sync:2.0.0" | "tenant1-indexer-test-mapping--sync-2.0.0" | "index_record_sync_mapping" | "index_record_sync_mapping" | "data.default.viewers@tenant1" |
\ No newline at end of file