Skip to content

Commit efbc811

Browse files
author
earthmant
committed
fixing tests
1 parent 32f855d commit efbc811

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cloudify_azure/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# az cloud # endpoints.resourceManager
3434
CONN_API_ENDPOINT = 'https://management.azure.com'
3535
# az cloud # suffixes.storageEndpoint
36-
# CONN_STORAGE_ENDPOINT = "core.windows.net"
36+
CONN_STORAGE_ENDPOINT = "core.windows.net"
3737

3838
# API version constants
3939
# Each service has its own API version independent of any other services

cloudify_azure/resources/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ def exists(self, name=None):
404404
url=url)
405405
self.log.debug('headers: {0}'.format(
406406
utils.secure_logging_content(dict(res.headers))))
407-
headers = self.lowercase_headers(res.headers)
408407
# Check the response
409408
# HTTP 202 (ACCEPTED) - An asynchronous operation has started
410409
if res.status_code == httplib.ACCEPTED:

0 commit comments

Comments
 (0)