Skip to content

Commit

Permalink
Fixed core test
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Feb 24, 2022
1 parent e2c327b commit 59a4a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat-core/tests/api/cloud-storages.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Feature: get cloud storages', () => {
expect(cloudStorage.id).toBe(1);
expect(cloudStorage.providerType).toBe('AWS_S3_BUCKET');
expect(cloudStorage.credentialsType).toBe('KEY_SECRET_KEY_PAIR');
expect(cloudStorage.resourceName).toBe('bucket');
expect(cloudStorage.resource).toBe('bucket');
expect(cloudStorage.displayName).toBe('Demonstration bucket');
expect(cloudStorage.manifests).toHaveLength(1);
expect(cloudStorage.manifests[0]).toBe('manifest.jsonl');
Expand Down

0 comments on commit 59a4a32

Please sign in to comment.