]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix bizarre Swift DeletionPolicy unit tests
authorZane Bitter <zbitter@redhat.com>
Mon, 17 Jun 2013 10:24:50 +0000 (12:24 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 17 Jun 2013 10:26:20 +0000 (12:26 +0200)
commita38a8e73dd9aed35d2ddd2ddff6505e4bb791699
treebf9de48595d67e410647c388cc8019061245ee44
parent560804e42852eb8fb9dd2958243135545f6b4d0d
Fix bizarre Swift DeletionPolicy unit tests

If something shouldn't be called... don't tell the mocks to expect it to be
called. We will get UnexpectedMethodCallError if it is.

Change-Id: I61a7b77cb273b42177a37efa98fc62fd69770545
heat/tests/test_s3.py
heat/tests/test_swift.py