test/integration/traffic_manager.rb in fog-azure-rm-0.3.2 vs test/integration/traffic_manager.rb in fog-azure-rm-0.3.3
- old
+ new
@@ -4,10 +4,10 @@
########################################################################################################################
###################### Services object required by all actions ######################
###################### Keep it Uncommented! ######################
########################################################################################################################
-azure_credentials = YAML.load_file('credentials/azure.yml')
+azure_credentials = YAML.load_file(File.expand_path('credentials/azure.yml', __dir__))
resources = Fog::Resources::AzureRM.new(
tenant_id: azure_credentials['tenant_id'],
client_id: azure_credentials['client_id'],
client_secret: azure_credentials['client_secret'],