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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py
index 0551093..37f657a 100644
--- a/tools/python_test_v4.py
+++ b/tools/python_test_v4.py
@@ -432,6 +432,7 @@ env.external_url = 'http://new.env/whatever'
env.save()
env = admin_project.environments.list()[0]
assert(env.external_url == 'http://new.env/whatever')
+env.stop()
env.delete()
assert(len(admin_project.environments.list()) == 0)