MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_user_groups

Method get_user_groups

st2tests/st2tests/mocks/auth.py:37–38  ·  view source on GitHub ↗
(self, username)

Source from the content-addressed store, hash-verified

35 return username
36
37 def get_user_groups(self, username):
38 return self.groups
39
40
41class MockRequest:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected