Set provider id in AtmosClientLiveTest

This allows Atmos live tests to run.
This commit is contained in:
Andrew Gaul 2013-07-10 21:16:07 -07:00
parent 1b2fb8259f
commit d5fd35b45a
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ import com.google.common.collect.Sets;
*/
@Test(groups = "live", singleThreaded = true)
public class AtmosClientLiveTest extends BaseBlobStoreIntegrationTest {
public AtmosClientLiveTest() {
provider = "atmos";
}
public AtmosClient getApi() {
return view.unwrap(AtmosApiMetadata.CONTEXT_TOKEN).getApi();