We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da7a38 commit c2dcdb8Copy full SHA for c2dcdb8
__tests__/tcr.test.ts
@@ -50,11 +50,13 @@ describe('Tcr', () => {
50
test('get enterprise image info', async () => {
51
const res = await client.getImageInfo({
52
registryId,
53
- namespace,
54
repositoryName,
+ namespace,
55
tagName,
56
});
57
expect(res).toEqual({
58
+ registryId,
59
+ registryName,
60
imageType: 'enterprise',
61
imageUrl: `${registryName}.tencentcloudcr.com/${namespace}/${repositoryName}`,
62
imageUri: expect.stringContaining(
@@ -72,6 +74,8 @@ describe('Tcr', () => {
72
74
73
75
76
77
78
79
80
81
0 commit comments