We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea50b06 commit bf3a36dCopy full SHA for bf3a36d
services/efs-guardian/tests/conftest.py
@@ -74,5 +74,11 @@ def app_environment(
74
"EFS_PROJECT_SPECIFIC_DATA_DIRECTORY": "project-specific-data",
75
"EFS_ONLY_ENABLED_FOR_USERIDS": "[]",
76
"EFS_GUARDIAN_TRACING": "null",
77
+ "SC_USER_ID": "8004",
78
+ "SC_USER_NAME": "scu",
79
+ "EFS_USER_ID": "8006",
80
+ "EFS_USER_NAME": "efs",
81
+ "EFS_GROUP_ID": "8106",
82
+ "EFS_GROUP_NAME": "efs-group",
83
},
84
)
0 commit comments