Skip to content
Snippets Groups Projects
Commit 16613826 authored by Janet Goldstein's avatar Janet Goldstein
Browse files

Merge branch 'WS-651-catch-and-save-RH-CARTA-event' of...

Merge branch 'WS-651-catch-and-save-RH-CARTA-event' of https://gitlab.nrao.edu/ssa/workspaces into WS-651-catch-and-save-RH-CARTA-event

# Conflicts:
#	shared/workspaces/test/test_capability_service.py
#	shared/workspaces/workspaces/capability/services/interfaces.py
parents 60348f75 7dcfd211
No related branches found
No related tags found
1 merge request!505WS-651: catches and saves RH CARTA event
Pipeline #2924 passed
""" Unit tests for Capability Service """
from unittest.mock import patch
from unittest.mock import patch
# pylint: disable=C0301, E0401, R0201
......
......@@ -169,7 +169,6 @@ class CapabilityInfoIF(QueueReporterIF, metaclass=ABCMeta):
def lookup_capability_request(self, request_id) -> CapabilityRequestIF:
raise NotImplementedError
@abstractmethod
def lookup_execution(self, execution_id: int) -> CapabilityExecutionIF:
raise NotImplementedError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment