fix(apiclient): Fixed image creation method in cloudlyApiClient
This commit is contained in:
@ -57,7 +57,7 @@ tap.test('should get an identity', async () => {
|
||||
|
||||
let image: Image;
|
||||
tap.test('should create and upload an image', async () => {
|
||||
image = await testClient.images.createImage({
|
||||
image = await testClient.image.createImage({
|
||||
name: 'test',
|
||||
description: 'test'
|
||||
});
|
||||
|
Reference in New Issue
Block a user