Fix client usage in multibackend volume test

This commit fixes the client usage in the multibackend volume api
tests. There was no reason for the test to initialize new instances
of the clients directly. Firstly this wasn't tenant isolation safe
and secondly the clients are already instantiated with admin credentials
in the base admin class setUpClass(). This commit just switches the
tests to use those clients instead.

Change-Id: Ifc986b82dcfe872ff1b25babd78ab90e996d5c12
1 file changed