File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
plugins/repository-azure/qa/microsoft-azure-storage Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,9 @@ integTestCluster {
66
66
keystoreSetting ' azure.client.integration_test.account' , azureAccount
67
67
68
68
if (azureKey != null && azureKey. isEmpty() == false ) {
69
- logger. debug(" Using access key in external service tests." )
70
69
keystoreSetting ' azure.client.integration_test.key' , azureKey
71
70
}
72
71
if (azureSasToken != null && azureSasToken. isEmpty() == false ) {
73
- logger. debug(" Using SAS token in external service tests." )
74
72
keystoreSetting ' azure.client.integration_test.sas_token' , azureSasToken
75
73
}
76
74
if (useFixture) {
@@ -79,7 +77,5 @@ integTestCluster {
79
77
// in a hacky way to change the protocol and endpoint. We must fix that.
80
78
setting ' azure.client.integration_test.endpoint_suffix' ,
81
79
" ignored;DefaultEndpointsProtocol=http;BlobEndpoint=http://${ -> azureStorageFixture.addressAndPort } "
82
- } else {
83
- logger. debug(" Using an external service to test the repository-azure plugin" )
84
80
}
85
81
}
You can’t perform that action at this time.
0 commit comments