Skip to content

Commit 4282adf

Browse files
committed
Remove nonexistent stub from the mock
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7f14064 commit 4282adf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/mock_api.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ def ListComponents( # pylint: disable=unused-argument
160160
"""List components."""
161161
return ComponentList(components=self._components)
162162

163-
def ListAllComponents(
164-
self, request: Empty, context: grpc.ServicerContext
165-
) -> ComponentList:
166-
"""Return a list of all components."""
167-
return ComponentList(components=self._components)
168-
169163
def ListConnections(
170164
self, request: ConnectionFilter, context: grpc.ServicerContext
171165
) -> ConnectionList:

0 commit comments

Comments
 (0)