Skip to content

Commit

Permalink
Removing return type from the function in test (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored Dec 2, 2024
1 parent a903697 commit 3f831e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_source_azure_key_vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def settings_customise_sources(
assert settings.sql_server_user == expected_secret_value
assert settings.sql_server.password == expected_secret_value

def _raise_resource_not_found_when_getting_parent_secret_name(self, secret_name: str) -> KeyVaultSecret:
def _raise_resource_not_found_when_getting_parent_secret_name(self, secret_name: str):
expected_secret_value = 'SecretValue'
key_vault_secret = KeyVaultSecret(SecretProperties(), expected_secret_value)

Expand Down

0 comments on commit 3f831e9

Please sign in to comment.