Skip to content

Commit

Permalink
fixed testcase ut
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoil committed Mar 7, 2018
1 parent f372ec6 commit 2536962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def test_error_in_resource_initialize_bad_first(self):
name=fail_resource_name),
request('ok_resource',
DemoResource,
name=RESOURCE_NAM))
name=RESOURCE_NAME))

case = self._run_case(TempSuccessCase)

Expand Down Expand Up @@ -663,7 +663,7 @@ def test_locked_resource(self):
name=available_resource_name)
test_resource = DemoResourceData.objects.get(name=RESOURCE_NAME)

self.validate_resource(test_resource,
self.validate_resource(test_resource, validated=False,
initialized=False, finalized=False)

self.validate_resource(available_resource,
Expand Down

0 comments on commit 2536962

Please sign in to comment.