Skip to content

Commit bb4ae23

Browse files
committed
ensure actions will pass
1 parent e9f4a24 commit bb4ae23

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

enum_tools/azure_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def brute_force_containers(storage_accounts, brute_list, threads):
169169
else:
170170
valid_accounts.append(account)
171171
except requests.exceptions.ConnectionError as error_msg:
172-
print(f" [!] Connection error on {url}:")
172+
print(f" [!] Connection error on https://{account}:")
173173
print(error_msg)
174174

175175
# Read the brute force file into memory

tests/test_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from enum_tools import utils
2-
31
# This test obviously does nothing, it is just setting up the framework
42
def test1():
53
assert 1 == 1

0 commit comments

Comments
 (0)