Skip to content

Commit

Permalink
Update src/routes/accounts/counterfactual-safes/counterfactual-safes.…
Browse files Browse the repository at this point in the history
…controller.spec.ts

Co-authored-by: Aaron Cook <aaron@safe.global>
  • Loading branch information
hectorgomezv and iamacook authored Jul 30, 2024
1 parent d751e9f commit bc489a8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,7 @@ describe('CounterfactualSafesController', () => {
.with('chain_id', chainId)
.with('signer_address', address)
.build();
const accessToken = jwtService.sign({
...authPayloadDto,
exp: faker.date.past(),
});
const accessToken = jwtService.sign(authPayloadDto);

await request(app.getHttpServer())
.put(`/v1/accounts/${address}/storage/counterfactual-safes`)
Expand Down

0 comments on commit bc489a8

Please sign in to comment.