Skip to content

Commit

Permalink
Update app.e2e-spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteLecat committed Apr 16, 2024
1 parent f37275c commit 0ecb522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('API (e2e)', function () {
);

token = await authenticateUser();
console.log(token);
expiredToken = "eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJuYW1lIjoiYWxpY2UiLCJwaWN0dXJlIjoiIiwiZW1haWwiOiJhbGljZUBnbWFpbC5jb20iLCJlbWFpbF92ZXJpZmllZCI6ZmFsc2UsImF1dGhfdGltZSI6MTcxMzE3NzAyOCwidXNlcl9pZCI6IjNLOWZZemdKR2xJeDRPdVFnZm1VMVlFRG4ybGIiLCJmaXJlYmFzZSI6eyJpZGVudGl0aWVzIjp7ImVtYWlsIjpbImFsaWNlQGdtYWlsLmNvbSJdfSwic2lnbl9pbl9wcm92aWRlciI6InBhc3N3b3JkIn0sImlhdCI6MTcxMzE3NzAyOCwiZXhwIjoxNzEzMTgwNjI4LCJhdWQiOiJ3ZWF0aGVyYXBwLWpvdXJuZXkiLCJpc3MiOiJodHRwczovL3NlY3VyZXRva2VuLmdvb2dsZS5jb20vd2VhdGhlcmFwcC1qb3VybmV5Iiwic3ViIjoiM0s5Zll6Z0pHbEl4NE91UWdmbVUxWUVEbjJsYiJ9.";
});

Expand Down

0 comments on commit 0ecb522

Please sign in to comment.