Trying to fix attach entity

This commit is contained in:
2024-01-08 18:31:19 +01:00
parent 46377f2952
commit 1cb81473c3
36 changed files with 695 additions and 778 deletions

View File

@@ -54,10 +54,10 @@ class TestServicesApi(unittest.TestCase):
"""
pass
def test_get_services_by_name(self) -> None:
"""Test case for get_services_by_name
def test_get_services_without_entity(self) -> None:
"""Test case for get_services_without_entity
Get Services By Name # noqa: E501
Get Services Without Entity # noqa: E501
"""
pass