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

Function make_valid_user

tests/test_credential_provision_validation.py:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def make_valid_user():
32 return {
33 'first_name': 'Test',
34 'last_name': 'User',
35 'personal_email': 'test@example.com',
36 }
37
38
39def make_valid_account(extra=None):

Calls

no outgoing calls

Tested by

no test coverage detected