Files
python-openstackclient/openstackclient
Tang Chen 48681af86a Don't use Mock.called_once_with that does not exist
Class mock.Mock does not exist method "called_once_with()", it just
exists method "assert_called_once_with()". "called_once_with()" does
nothing because it's a mock object.

In OSC, only one place is still using "called_once_with()". Fix it.

Change-Id: Ib890e95d775c3fc43df80fa05c82d726e78cdac8
Partial Bug: 1544522
2016-02-19 13:44:54 +08:00
..
2016-02-03 15:47:25 +05:30
2016-01-29 08:18:50 +09:00
2016-01-29 08:18:50 +09:00