Skip to content

Commit eab78c0

Browse files
committed
test(NODE-5464): fix aws machine workflow unit test
1 parent 75208b0 commit eab78c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/cmap/auth/mongodb_oidc/aws_service_workflow.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { expect } from 'chai';
22
import * as sinon from 'sinon';
33

4-
import { AwsServiceWorkflow, Connection, MongoCredentials } from '../../../../mongodb';
4+
import { AwsMachineWorkflow, Connection, MongoCredentials } from '../../../../mongodb';
55

66
describe('AwsDeviceWorkFlow', function () {
77
describe('#execute', function () {
8-
const workflow = new AwsServiceWorkflow();
8+
const workflow = new AwsMachineWorkflow();
99

1010
context('when AWS_WEB_IDENTITY_TOKEN_FILE is not in the env', function () {
1111
let file;

0 commit comments

Comments
 (0)