Skip to content

Commit

Permalink
final ut fix before review
Browse files Browse the repository at this point in the history
  • Loading branch information
UnDarkle committed Sep 13, 2018
1 parent 4c464c7 commit f991c40
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/management/test_resource_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1356,14 +1356,6 @@ def initialize(self):

self.client.release_resources(resources=[resource])

resources = DemoComplexResourceData.objects.filter(
name=self.COMPLEX_NAME)

resource, = resources
self.assertTrue(resource.is_available(), "Expected available "
"complex resource with name %r in DB, found %d"
% (self.COMPLEX_NAME, resources_num))

def test_lock_alter_complex_service(self):
"""Lock complex service with the default 'create_sub_resources'.
Expand Down

0 comments on commit f991c40

Please sign in to comment.