test/models/storage/test_storage_account.rb in fog-azure-rm-0.1.0 vs test/models/storage/test_storage_account.rb in fog-azure-rm-0.1.1

- old
+ new

@@ -64,10 +64,10 @@ end def test_get_access_keys_method_response key1 = Azure::ARM::Storage::Models::StorageAccountKey.new key1.key_name = 'key1' - key1.value = 'sfhyuiafhhfids0943' + key1.value = 'YWNjZXNzLWtleQ==' key1.permissions = 'Full' response = [key1] @service.stub :get_storage_access_keys, response do assert_equal @storage_account.get_access_keys, response end