Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Jan 7, 2025
1 parent b0339e4 commit f0dd0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions-python/helpers/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_download_and_get_hash(self):
# if os.path.exists(file_path):
# os.remove(file_path)

def test_download_and_get_hash_auth_type_1():
def test_download_and_get_hash_auth_type_1(self):
url = "http://example.com/data"
api_key_parameter_name = "api_key"
credentials = "test_api_key"
Expand Down Expand Up @@ -185,7 +185,7 @@ def test_download_and_get_hash_auth_type_1():
)
assert result is not None

def test_download_and_get_hash_auth_type_2():
def test_download_and_get_hash_auth_type_2(self):
url = "http://example.com/data"
api_key_parameter_name = "Authorization"
credentials = "Bearer test_token"
Expand Down

0 comments on commit f0dd0f4

Please sign in to comment.