Skip to content

Commit 29723d2

Browse files
committed
pr feedback:
- typos fixed - appName added in spots it was missing
1 parent f5c5846 commit 29723d2

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

test/integration/auth/mongodb_oidc.prose.test.ts

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ describe('OIDC Auth Spec Tests', function () {
325325
});
326326

327327
afterEach(async function () {
328-
// explicitly remove the fail point to prevent interaction betweet test runs
328+
// explicitly remove the fail point to prevent interaction between test runs
329329
await utilClient.db().admin().command({
330330
configureFailPoint: 'failCommand',
331331
mode: 'off',
@@ -406,13 +406,14 @@ describe('OIDC Auth Spec Tests', function () {
406406
},
407407
data: {
408408
failCommands: ['find'],
409-
errorCode: 391
409+
errorCode: 391,
410+
appName
410411
}
411412
});
412413
});
413414

414415
afterEach(async function () {
415-
// explicitly remove the fail point to prevent interaction betweet test runs
416+
// explicitly remove the fail point to prevent interaction between test runs
416417
await utilClient.db().admin().command({
417418
configureFailPoint: 'failCommand',
418419
mode: 'off',
@@ -464,13 +465,14 @@ describe('OIDC Auth Spec Tests', function () {
464465
},
465466
data: {
466467
failCommands: ['find'],
467-
errorCode: 391
468+
errorCode: 391,
469+
appName
468470
}
469471
});
470472
});
471473

472474
afterEach(async function () {
473-
// explicitly remove the fail point to prevent interaction betweet test runs
475+
// explicitly remove the fail point to prevent interaction between test runs
474476
await utilClient.db().admin().command({
475477
configureFailPoint: 'failCommand',
476478
mode: 'off',
@@ -540,7 +542,7 @@ describe('OIDC Auth Spec Tests', function () {
540542
});
541543

542544
afterEach(async function () {
543-
// explicitly remove the fail point to prevent interaction betweet test runs
545+
// explicitly remove the fail point to prevent interaction between test runs
544546
await utilClient?.db().admin().command({
545547
configureFailPoint: 'failCommand',
546548
mode: 'off',
@@ -610,7 +612,7 @@ describe('OIDC Auth Spec Tests', function () {
610612
});
611613

612614
afterEach(async function () {
613-
// explicitly remove the fail point to prevent interaction betweet test runs
615+
// explicitly remove the fail point to prevent interaction between test runs
614616
await utilClient?.db().admin().command({
615617
configureFailPoint: 'failCommand',
616618
mode: 'off',
@@ -680,7 +682,7 @@ describe('OIDC Auth Spec Tests', function () {
680682
});
681683

682684
afterEach(async function () {
683-
// explicitly remove the fail point to prevent interaction betweet test runs
685+
// explicitly remove the fail point to prevent interaction between test runs
684686
await utilClient?.db().admin().command({
685687
configureFailPoint: 'failCommand',
686688
mode: 'off',
@@ -764,7 +766,7 @@ describe('OIDC Auth Spec Tests', function () {
764766
});
765767

766768
afterEach(async function () {
767-
// explicitly remove the fail point to prevent interaction betweet test runs
769+
// explicitly remove the fail point to prevent interaction between test runs
768770
await utilClient.db().admin().command({
769771
configureFailPoint: 'failCommand',
770772
mode: 'off',
@@ -1126,7 +1128,7 @@ describe('OIDC Auth Spec Tests', function () {
11261128
});
11271129

11281130
afterEach(async function () {
1129-
// explicitly remove the fail point to prevent interaction betweet test runs
1131+
// explicitly remove the fail point to prevent interaction between test runs
11301132
await utilClient.db().admin().command({
11311133
configureFailPoint: 'failCommand',
11321134
mode: 'off',
@@ -1234,7 +1236,7 @@ describe('OIDC Auth Spec Tests', function () {
12341236
});
12351237

12361238
afterEach(async function () {
1237-
// explicitly remove the fail point to prevent interaction betweet test runs
1239+
// explicitly remove the fail point to prevent interaction between test runs
12381240
await utilClient.db().admin().command({
12391241
configureFailPoint: 'failCommand',
12401242
mode: 'off',
@@ -1302,7 +1304,7 @@ describe('OIDC Auth Spec Tests', function () {
13021304
});
13031305

13041306
afterEach(async function () {
1305-
// explicitly remove the fail point to prevent interaction betweet test runs
1307+
// explicitly remove the fail point to prevent interaction between test runs
13061308
await utilClient.db().admin().command({
13071309
configureFailPoint: 'failCommand',
13081310
mode: 'off',
@@ -1404,7 +1406,7 @@ describe('OIDC Auth Spec Tests', function () {
14041406
});
14051407

14061408
afterEach(async function () {
1407-
// explicitly remove the fail point to prevent interaction betweet test runs
1409+
// explicitly remove the fail point to prevent interaction between test runs
14081410
await utilClient.db().admin().command({
14091411
configureFailPoint: 'failCommand',
14101412
mode: 'off',
@@ -1481,7 +1483,7 @@ describe('OIDC Auth Spec Tests', function () {
14811483
});
14821484

14831485
afterEach(async function () {
1484-
// explicitly remove the fail point to prevent interaction betweet test runs
1486+
// explicitly remove the fail point to prevent interaction between test runs
14851487
await utilClient.db().admin().command({
14861488
configureFailPoint: 'failCommand',
14871489
mode: 'off',
@@ -1564,7 +1566,7 @@ describe('OIDC Auth Spec Tests', function () {
15641566
});
15651567

15661568
afterEach(async function () {
1567-
// explicitly remove the fail point to prevent interaction betweet test runs
1569+
// explicitly remove the fail point to prevent interaction between test runs
15681570
await utilClient.db().admin().command({
15691571
configureFailPoint: 'failCommand',
15701572
mode: 'off',
@@ -1655,7 +1657,7 @@ describe('OIDC Auth Spec Tests', function () {
16551657
});
16561658

16571659
afterEach(async function () {
1658-
// explicitly remove the fail point to prevent interaction betweet test runs
1660+
// explicitly remove the fail point to prevent interaction between test runs
16591661
await utilClient.db().admin().command({
16601662
configureFailPoint: 'failCommand',
16611663
mode: 'off',

0 commit comments

Comments
 (0)