mirror of https://github.com/apache/jclouds.git
Set provider id in AtmosClientLiveTest
This allows Atmos live tests to run.
This commit is contained in:
parent
1b2fb8259f
commit
d5fd35b45a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue