Skip to content

Commit d467bfe

Browse files
VIA-345 SB & AS Give APIM tokens a long expiry time for perf tests.
1 parent 6e52f64 commit d467bfe

File tree

1 file changed

+2
-2
lines changed
  • infrastructure/environments/test/fake-api/data/apim

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"access_token": "Sr5PGv19wTEHJdDr2wx2f7IGd0cw",
3-
"expires_in": "599",
3+
"expires_in": "86400",
44
"issued_token_type": "urn:ietf:params:oauth:token-type:access_token",
55
"refresh_count": "0",
66
"refresh_token": "7qvwCqqUUAmzMjRbQyrhdddwBQUJ9vmt",
7-
"refresh_token_expires_in": "3599",
7+
"refresh_token_expires_in": "86400",
88
"token_type": "Bearer"
99
}

0 commit comments

Comments
 (0)