Fix unittest failure in testHandleUpdatePingRemotePayload

testHandleUpdatePingRemotePayload() invokes
StubOutWithMock(autoupdate.Autoupdate, '_GetRemotePayloadAttrs') on
top of invocation in setUp(). The second invocation fails, because by
that time the attribute has been already replaced with the mock.

Not sure how this could ever work. removing the secondary invocation
makes all unittests pass.

BUG=chromium:247936
TEST=run unittests, observe them succeed:

 $ FEATURES=test sudo -E emerge cros-devutils

Change-Id: I6665879eff32e6726816207924db92cb6ac8637d
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/58028
Reviewed-by: Chris Sosa <sosa@chromium.org>
1 file changed