diff --git a/mod-data-export/src/test/resources/domain/dataexport/features/export.feature b/mod-data-export/src/test/resources/domain/dataexport/features/export.feature index bd2bfab16..defab7f5e 100644 --- a/mod-data-export/src/test/resources/domain/dataexport/features/export.feature +++ b/mod-data-export/src/test/resources/domain/dataexport/features/export.feature @@ -14,7 +14,7 @@ Feature: Tests for uploading "uuids file" and exporting the records * def headersUser = { 'Content-Type': 'application/json', 'x-okapi-token': '#(okapiUserToken)', 'Accept': 'application/json' } * def headersUserOctetStream = { 'Content-Type': 'application/octet-stream', 'x-okapi-token': '#(okapiUserToken)', 'Accept': 'application/json' } * configure headers = headersUser - * configure retry = { interval: 3000, count: 10 } + * configure retry = { count: 10, interval: 3000 } #Positive scenarios