Skip to content

Commit

Permalink
chore: fixed aws-iam-user-service.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Villa committed Feb 29, 2024
1 parent 6fee9bd commit ad388f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ describe("AwsIamUserService", () => {
let service: AwsIamUserService;

beforeAll(() => {
awsIamUserSession.sessionTokenExpiration = new Date(1999, 1, 1, 0, 0, 0, 0).toISOString();
awsIamUserSession.sessionTokenExpiration = "1999-01-31T23:00:00.000Z";
repository = {
getSessions: jest.fn((_sessionId) => [awsIamUserSession]),
};
Expand Down

0 comments on commit ad388f1

Please sign in to comment.