Skip to content

Commit 55dc4b1

Browse files
Update test_secrets.py
1 parent 4e474e7 commit 55dc4b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_secrets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import pytest
2-
from essentials.secrets import Secret
2+
33
from essentials.exceptions import EnvironmentVariableNotFound
4+
from essentials.secrets import Secret
45

56

67
def test_from_env_success(monkeypatch):

0 commit comments

Comments
 (0)