diff --git a/test/unit/cmap/auth/mongodb_oidc/aws_service_workflow.test.ts b/test/unit/cmap/auth/mongodb_oidc/aws_service_workflow.test.ts index 55438240e7f..03999beff3f 100644 --- a/test/unit/cmap/auth/mongodb_oidc/aws_service_workflow.test.ts +++ b/test/unit/cmap/auth/mongodb_oidc/aws_service_workflow.test.ts @@ -1,11 +1,11 @@ import { expect } from 'chai'; import * as sinon from 'sinon'; -import { AwsServiceWorkflow, Connection, MongoCredentials } from '../../../../mongodb'; +import { AwsMachineWorkflow, Connection, MongoCredentials } from '../../../../mongodb'; describe('AwsDeviceWorkFlow', function () { describe('#execute', function () { - const workflow = new AwsServiceWorkflow(); + const workflow = new AwsMachineWorkflow(); context('when AWS_WEB_IDENTITY_TOKEN_FILE is not in the env', function () { let file;