commit | ce3075a85ed86b5c084b1d5f7d60d345fdb6c092 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@cs.arizona.edu> | Tue Aug 02 22:05:54 2016 -0700 |
committer | Zack Williams <zdw@cs.arizona.edu> | Wed Aug 03 06:52:16 2016 -0700 |
tree | 3d169b99cd19cfee3fe9ca9911ca94d243873140 | |
parent | 2b3b1ad9b091e81a6c587a0e82232dfa1fcbb1cd [diff] |
fix proxy object deletion in tests Change-Id: I02917d236925fc433b95c2d187e6fdc1deaa90fb
diff --git a/xos/tests/api/hooks.py b/xos/tests/api/hooks.py index 248907b..ff9b88c 100644 --- a/xos/tests/api/hooks.py +++ b/xos/tests/api/hooks.py
@@ -165,7 +165,7 @@ def deleteTruckrolls(): - for s in VTRTenant.objects.all(): + for s in VTRTenant.get_tenant_objects().all(): s.delete(purge=True)