test/integration/key_vault.rb in fog-azure-rm-temp-0.0.1 vs test/integration/key_vault.rb in fog-azure-rm-temp-0.0.2
- 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'],