Skip to content

Commit

Permalink
ensure actions will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
initstring committed Apr 2, 2022
1 parent e9f4a24 commit bb4ae23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion enum_tools/azure_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def brute_force_containers(storage_accounts, brute_list, threads):
else:
valid_accounts.append(account)
except requests.exceptions.ConnectionError as error_msg:
print(f" [!] Connection error on {url}:")
print(f" [!] Connection error on https://{account}:")
print(error_msg)

# Read the brute force file into memory
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from enum_tools import utils

# This test obviously does nothing, it is just setting up the framework
def test1():
assert 1 == 1

0 comments on commit bb4ae23

Please sign in to comment.