summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r--tools/python_test_v4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py
index 61fcd43..d0689dc 100644
--- a/tools/python_test_v4.py
+++ b/tools/python_test_v4.py
@@ -843,9 +843,9 @@ for i in range(20, 40):
error_message = e.error_message
break
assert "Retry later" in error_message
-[current_project.delete() for current_project in projects]
settings.throttle_authenticated_api_enabled = False
settings.save()
+[current_project.delete() for current_project in projects]
# project import/export
ex = admin_project.exports.create({})