Skip to content

Commit 2344d99

Browse files
committed
test(NODE-7179): migrate test/integration/auth/mongodb_aws.prose.test.ts
1 parent 4e917f1 commit 2344d99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/integration/auth/mongodb_aws.prose.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import * as process from 'node:process';
22

33
import { expect } from 'chai';
44

5-
import { AWSSDKCredentialProvider, type MongoClient, MongoServerError } from '../../mongodb';
5+
import { type MongoClient, MongoServerError } from '../../../src';
6+
import { AWSSDKCredentialProvider } from '../../../src/cmap/auth/aws_temporary_credentials';
67

78
const isMongoDBAWSAuthEnvironment = (process.env.MONGODB_URI ?? '').includes('MONGODB-AWS');
89

0 commit comments

Comments
 (0)