Skip to content

Commit 2b47748

Browse files
committed
fix: fix lint errors
Signed-off-by: Phil Adams <[email protected]>
1 parent c612c22 commit 2b47748

File tree

3 files changed

+509
-226
lines changed

3 files changed

+509
-226
lines changed

examples/iam-identity.v1.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,7 @@ test('createApiKey request example', async () => {
23232323
// begin-update_prefernce_on_scope_account
23242324

23252325
const params = {
2326-
accountId: accountID,
2326+
accountId: accountId,
23272327
iamId: iamIDForPreferences,
23282328
service: service,
23292329
preferenceID: preferenceID1,
@@ -2356,7 +2356,7 @@ test('createApiKey request example', async () => {
23562356
// begin-get_prefernces_on_scope_account
23572357

23582358
const params = {
2359-
accountId: accountID,
2359+
accountId: accountId,
23602360
iamId: iamIDForPreferences,
23612361
service: service,
23622362
preferenceID: preferenceID1,
@@ -2388,7 +2388,7 @@ test('createApiKey request example', async () => {
23882388
// begin-get_all_prefernces_on_scope_account
23892389

23902390
const params = {
2391-
accountId: accountID,
2391+
accountId: accountId,
23922392
iamId: iamIDForPreferences,
23932393
};
23942394

@@ -2418,7 +2418,7 @@ test('createApiKey request example', async () => {
24182418
// begin-delete_prefernces_on_scope_account
24192419

24202420
const params = {
2421-
accountId: accountID,
2421+
accountId: accountId,
24222422
iamId: iamIDForPreferences,
24232423
service: service,
24242424
preferenceID: preferenceID1,

0 commit comments

Comments
 (0)