test/test_helper.rb in gitlab-fog-azure-rm-1.7.0 vs test/test_helper.rb in gitlab-fog-azure-rm-1.8.0

- old
+ new

@@ -18,17 +18,9 @@ require 'azure/core/http/http_error' require 'azure/core/http/http_response' $LOAD_PATH.unshift(File.expand_path '../lib', __dir__) require File.expand_path '../lib/fog/azurerm', __dir__ require File.expand_path './api_stub', __dir__ -def credentials - { - tenant_id: '<TENANT-ID>', - client_id: '<CLIENT-ID>', - client_secret: '<CLIENT-SECRET>', - subscription_id: '<SUBSCRIPTION-ID>' - } -end def storage_account_credentials { azure_storage_account_name: 'mockaccount', azure_storage_access_key: 'YWNjZXNzLWtleQ=='