summaryrefslogtreecommitdiff
path: root/aws/sts_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'aws/sts_test.go')
-rw-r--r--aws/sts_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/aws/sts_test.go b/aws/sts_test.go
index df66288e..85bbeccd 100644
--- a/aws/sts_test.go
+++ b/aws/sts_test.go
@@ -88,8 +88,8 @@ func TestGetCallerIDErrors(t *testing.T) {
}
type DummyCallerIdentifier struct {
- account, arn, userID string
err error
+ account, arn, userID string
}
func (c *DummyCallerIdentifier) GetCallerIdentity(*sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error) {