Skip to content
Snippets Groups Projects
Commit e29193b1 authored by Marcus's avatar Marcus
Browse files

No group does in fact return None

parent 562434bb
No related branches found
No related tags found
1 merge request!97Make shadow configurable
......@@ -459,8 +459,8 @@ def test_primary_group_primary_and_fallback_configured(userinfo):
"data,group",
[
(settings.INPUT_UNITY, "h-df-de_hdf"),
# (settings.INPUT_EGI, None), ## I think it should return None
(settings.INPUT_EGI, "nogroup"),
(settings.INPUT_EGI, None),
# (settings.INPUT_EGI, "nogroup"),
(settings.INPUT_DEEP_IAM, "kit-cloud"),
(settings.INPUT_INDIGO_IAM, "developers"),
(settings.INPUT_KIT, "kit-edu_bw_grid"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment