Skip to content

Commit 8296eea

Browse files
author
Alexander Melnyk
committed
remove retry, no longer needed
1 parent 26cee59 commit 8296eea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/commons/tests/unit/userAgentMiddleware.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe('Function: addUserAgentMiddleware', () => {
2020
logger: console,
2121
region: 'us-east-1',
2222
endpoint: 'http://localhost:9001',
23-
maxAttempts: 1, // disable retry to have the correct number of assertions
2423
});
2524

2625
// Set a spy on the console.log method, so we can check the headers

0 commit comments

Comments
 (0)