File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const ecsResponse = `{
14
14
"SecretAccessKey": "ecs-secret-key",
15
15
"Token": "token",
16
16
"Expiration": "2100-01-01T00:00:00Z",
17
- "LastUpdated": "2009-11-23T0 :00:00Z"
17
+ "LastUpdated": "2009-11-23T00 :00:00Z"
18
18
}`
19
19
20
20
const ec2MetadataResponse = `{
@@ -24,7 +24,7 @@ const ec2MetadataResponse = `{
24
24
"SecretAccessKey": "ec2-secret-key",
25
25
"Token": "token",
26
26
"Expiration": "2100-01-01T00:00:00Z",
27
- "LastUpdated": "2009-11-23T0 :00:00Z"
27
+ "LastUpdated": "2009-11-23T00 :00:00Z"
28
28
}`
29
29
30
30
const assumeRoleRespMsg = `
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ const credsRespTmpl = `{
28
28
"SecretAccessKey" : "secret",
29
29
"Token" : "token",
30
30
"Expiration" : "%s",
31
- "LastUpdated" : "2009-11-23T0 :00:00Z"
31
+ "LastUpdated" : "2009-11-23T00 :00:00Z"
32
32
}`
33
33
34
34
const credsFailRespTmpl = `{
35
35
"Code": "ErrorCode",
36
36
"Message": "ErrorMsg",
37
- "LastUpdated": "2009-11-23T0 :00:00Z"
37
+ "LastUpdated": "2009-11-23T00 :00:00Z"
38
38
}`
39
39
40
40
type mockClient struct {
You can’t perform that action at this time.
0 commit comments