> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> + * KIND, either express or implied. See the License for the
> + * specific language governing permissions and limitations
> + * under the License.
> + */
> +package org.jclouds.orion.internal;
> +
> +import org.jclouds.rest.internal.BaseRestApiExpectTest;
> +
> +/**
> + * @author Timur Sungur
> + */
> +public class BaseOrionExpectTest<T> extends BaseRestApiExpectTest<T> {
> +
> + public BaseOrionExpectTest() {
> + provider = "orion";
In other places you used "orionblob" as the provider (e.g.
`OrionBlobContainerLiveTest`). Would be good to be consistent.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/45/files#r14715592