Don't use non-existent method of Mock

Mock object has assert_called_once_with() but not called_once_with(). So
the later method is just a no-op method. This commit fixes to use a
right one.

Change-Id: I42203227e83d6526d2c28c1a431418f435e44621
1 file changed