summaryrefslogtreecommitdiff
path: root/test/unit/test_swiftclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_swiftclient.py')
-rw-r--r--test/unit/test_swiftclient.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/test_swiftclient.py b/test/unit/test_swiftclient.py
index ae3e76f..55b4679 100644
--- a/test/unit/test_swiftclient.py
+++ b/test/unit/test_swiftclient.py
@@ -2224,6 +2224,7 @@ class TestConnection(MockHttpTest):
do_test(401, 2)
# others will be tried until retry limits
do_test(408, 6)
+ do_test(499, 6)
do_test(500, 6)
do_test(503, 6)