generated from Luis/nextjs-python-web-template
Stash changes
This commit is contained in:
@@ -41,11 +41,18 @@ class TestServiceCreate(unittest.TestCase):
|
||||
service_type = '3D Printing',
|
||||
endpoint_url = 'http://127.0.0.1:8000',
|
||||
status = 'unknown',
|
||||
other = openapi_client.models.other.Other(),
|
||||
other = {action=[register, deregister, delete, create]},
|
||||
entity_did = 'did:sov:test:1234'
|
||||
)
|
||||
else:
|
||||
return ServiceCreate(
|
||||
uuid = '8e285c0c-4e40-430a-a477-26b3b81e30df',
|
||||
service_name = 'Carlos Printing',
|
||||
service_type = '3D Printing',
|
||||
endpoint_url = 'http://127.0.0.1:8000',
|
||||
status = 'unknown',
|
||||
other = {action=[register, deregister, delete, create]},
|
||||
entity_did = 'did:sov:test:1234',
|
||||
)
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user