Reuse mocked body value between tests

Unit tests of service clients exist for both string/bytes bodies
and these bodies were defined as different value.
However, they are different only for type and current definitions
are redundant. So this patch makes one value reused for code cleanup.

Change-Id: I80dd14adc52b865ad53b55772fe8989dc7df55ec
1 file changed