We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbc2a0 commit 0f74387Copy full SHA for 0f74387
packages/smithy-core/tests/functional/test_retries.py
@@ -122,7 +122,7 @@ def test_retry_quota_recovers_after_successful_responses() -> None:
122
assert retry_quota.available_capacity == 10
123
124
125
-async def test_retry_quota_shared_correctly_across_multiple_operations() -> None:
+def test_retry_quota_shared_correctly_across_multiple_operations() -> None:
126
retry_quota = StandardRetryQuota()
127
strategy = StandardRetryStrategy(max_attempts=5, retry_quota=retry_quota)
128
error = CallError(is_retry_safe=True)
0 commit comments