Update fake to match latest OCC

os-client-config was returning an incorrect value which was finding its
way through into one of our fakes.

Change-Id: I1f1c59313a429be386061a81bd51990204996909
This commit is contained in:
Monty Taylor 2015-10-02 10:13:48 -04:00
parent 424cb017dd
commit 332e7907f7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class TestObject(base.TestCase):
swift_mock.assert_called_with(
preauthurl='danzig',
preauthtoken='yankee',
auth_version='2',
auth_version=mock.ANY,
timeout=None,
os_options=dict(
object_storage_url='danzig',