Skip to content

Commit 8703b5d

Browse files
feat Global Search/Tagging: regenerated services with latest API definition
Signed-off-by: francescadecicco <[email protected]>
1 parent e8baf7d commit 8703b5d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/global-tagging.v1.test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,7 @@ describe('GlobalTaggingV1', () => {
139139
originalLog('attachTag() result:');
140140
// begin-attach_tag
141141

142-
const resourceModel = {
143-
resource_id: resourceCrn,
144-
};
145-
146142
const params = {
147-
// resources: [resourceModel],
148143
tagNames: ["tag_test_1", "tag_test_2"],
149144
tagType: 'user',
150145
};
@@ -172,12 +167,7 @@ describe('GlobalTaggingV1', () => {
172167
originalLog('detachTag() result:');
173168
// begin-detach_tag
174169

175-
const resourceModel = {
176-
resource_id: resourceCrn,
177-
};
178-
179170
const params = {
180-
// resources: [resourceModel],
181171
tagNames: ["tag_test_1", "tag_test_2"],
182172
tagType: 'user',
183173
};

0 commit comments

Comments
 (0)