1
0
crypto-seller/test/test_secrets.py

7 lines
173 B
Python
Raw Normal View History

2024-11-28 21:03:03 +00:00
import pytest
2024-08-26 08:05:35 +00:00
def test_secrets():
2024-11-28 21:03:03 +00:00
with pytest.raises(ValueError, match='Failed to load secret with key:.*'):
import crypto_seller.secrets_config # noqa: F401