Skip to content

Commit

Permalink
test(NODE-5464): fix aws machine workflow unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 26, 2023
1 parent c3a3059 commit 020f99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/cmap/auth/mongodb_oidc/aws_service_workflow.test.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 020f99f

Please sign in to comment.