Skip to content
Snippets Groups Projects
Unverified Commit 98853a16 authored by gabriellsh's avatar gabriellsh Committed by Diego Sampaio
Browse files

ci: end-to-end tests breaking (#31789)

parent 8ae68800
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ export type IUserState = {
};
function generateContext(username: string): IUserState {
const date = new Date('2023-02-17T20:38:12.306Z');
const date = new Date();
date.setFullYear(date.getFullYear() + 1);
const token = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment