Skip to content
Snippets Groups Projects
Commit 23b9930c authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Add previously missing node daemon GID to getent mock


The UID is there, the GID wasn't.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent ebfb2f46
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ class FakeGetentResolver:
self.rapi_uid = uid
self.rapi_gid = gid
self.noded_uid = uid
self.noded_gid = gid
self.daemons_gid = gid
self.admin_gid = gid
......
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