Skip to content

Commit 29eca39

Browse files
committed
Add test env
1 parent cd7ee50 commit 29eca39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/defs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ class Environment(Enum):
55
DEVELOPMENT = "development"
66
STAGING = "staging"
77
CI = "ci"
8+
TEST = "test"
89
PRODUCTION = "production"

0 commit comments

Comments
 (0)