fix: revert DECNET_ADMIN_PASSWORD to default 'admin'; first-login change enforces security
This commit is contained in:
@@ -7,7 +7,5 @@ any test file imports decnet.* — pytest loads conftest.py first.
|
||||
import os
|
||||
|
||||
os.environ.setdefault("DECNET_JWT_SECRET", "test-jwt-secret-not-for-production-use")
|
||||
os.environ.setdefault("DECNET_ADMIN_PASSWORD", "test-admin-password-1234!")
|
||||
os.environ.setdefault("DECNET_ADMIN_USER", "admin")
|
||||
# Expose OpenAPI schema so schemathesis can load it during tests
|
||||
os.environ.setdefault("DECNET_DEVELOPER", "true")
|
||||
|
||||
Reference in New Issue
Block a user