memos-script/test/test_webhooks_webhook_id_body.py

40 lines
984 B
Python

# coding: utf-8
"""
api/v2/activity_service.proto
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
OpenAPI spec version: version not set
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
from __future__ import absolute_import
import unittest
import memos
from memos.models.webhooks_webhook_id_body import WebhooksWebhookIdBody # noqa: E501
from memos.rest import ApiException
class TestWebhooksWebhookIdBody(unittest.TestCase):
"""WebhooksWebhookIdBody unit test stubs"""
def setUp(self):
pass
def tearDown(self):
pass
def testWebhooksWebhookIdBody(self):
"""Test WebhooksWebhookIdBody"""
# FIXME: construct object with mandatory attributes with example values
# model = memos.models.webhooks_webhook_id_body.WebhooksWebhookIdBody() # noqa: E501
pass
if __name__ == '__main__':
unittest.main()