We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2345a commit 0881a7fCopy full SHA for 0881a7f
cmd/spire-server/cli/jwt/mint_test.go
@@ -202,6 +202,7 @@ func TestMintRun(t *testing.T) {
202
"path": "/workload"
203
},
204
"expires_at": "1628600000",
205
+ "hint": "",
206
"issued_at": "1628500000"
207
}
208
}`, token)},
@@ -244,6 +245,7 @@ func TestMintRun(t *testing.T) {
244
245
"svid": {
246
"token": "malformed token",
247
"expires_at": "0",
248
249
"issued_at": "0"
250
251
}`,
@@ -278,6 +280,7 @@ func TestMintRun(t *testing.T) {
278
280
279
281
282
"expires_at": "1628500000",
283
284
"issued_at": "1628600000"
285
286
}`, expiredToken),
0 commit comments