CloudWatch: Clean up code (#26259)

* CloudWatch: Clean up code
This commit is contained in:
Arve Knudsen
2020-07-14 08:23:23 +02:00
committed by GitHub
parent 747bdaf2e7
commit c863fd3da9
18 changed files with 273 additions and 263 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ func TestGetCredentials_ARNAuthType(t *testing.T) {
}, nil).
Times(1)
creds, err := getCredentials(&DatasourceInfo{
creds, err := getCredentials(&datasourceInfo{
AuthType: "arn",
})
require.NoError(t, err)
@@ -113,7 +113,7 @@ func TestGetCredentials_ARNAuthType(t *testing.T) {
}, nil).
Times(1)
creds, err := getCredentials(&DatasourceInfo{
creds, err := getCredentials(&datasourceInfo{
AuthType: "arn",
ExternalID: "external-id",
})