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 6c673c6 commit 497f56cCopy full SHA for 497f56c
tools/python_test_v4.py
@@ -843,9 +843,9 @@
843
error_message = e.error_message
844
break
845
assert "Retry later" in error_message
846
-[current_project.delete() for current_project in projects]
847
settings.throttle_authenticated_api_enabled = False
848
settings.save()
+[current_project.delete() for current_project in projects]
849
850
# project import/export
851
ex = admin_project.exports.create({})
0 commit comments