MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / _make_uid_bytes

Method _make_uid_bytes

tests/test_pam_workflow.py:223–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221class TestBuildParameters(unittest.TestCase):
222
223 def _make_uid_bytes(self):
224 import base64
225 return base64.urlsafe_b64decode('AAAAAAAAAAAAAAAAAAAAAA==')
226
227 def test_basic_fields_populated(self):
228 opts = PamWorkflowOptions.load({

Calls

no outgoing calls

Tested by

no test coverage detected