chore: add blank

This commit is contained in:
tomoya-kawaguchi
2025-05-29 13:05:40 +09:00
parent cd96f6b911
commit 5e535a8868
4 changed files with 4 additions and 4 deletions

View File

@ -99,4 +99,4 @@ class TestAWSSecretsManagerProvider:
mock_client.update_secret.side_effect = Exception("AWS error")
with pytest.raises(Exception):
provider.store_secret('test-secret', 'test-value')
provider.store_secret('test-secret', 'test-value')