From 308c98aee5f554097e7b9d943bee25c0aaee9df5 Mon Sep 17 00:00:00 2001 From: IlliaDaliek Date: Tue, 29 Jun 2021 14:30:53 +0300 Subject: [PATCH] correct 'configure retry section' --- .../test/resources/domain/dataexport/features/export.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fba9eec56..fb98d3f7a 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, attempts: 10 } + * configure retry = { count: 10, interval: 3000 } #Positive scenarios