Skip to content

Commit

Permalink
Fixed test_get_service_status
Browse files Browse the repository at this point in the history
  • Loading branch information
Arondondon committed Jan 16, 2025
1 parent 1d9ebc1 commit 01f1d94
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@


class TestMonitorService(TestCase):
def setUp(self):
self.repo = Repository(net_id=NETWORK_ID, NETWORKS=NETWORKS)
# def setUp(self):
# self.repo = Repository(net_id=NETWORK_ID, NETWORKS=NETWORKS)

# @patch("service_status.monitor_service.MonitorServiceCertificate._get_service_endpoint_data")
# @patch(
Expand Down Expand Up @@ -95,6 +95,6 @@ def test_get_service_status(self, secure=True):
# logger.info(f"error in making grpc call::url: {url}, |error: {e}")
return 0

def tearDown(self):
self.repo.execute("DELETE FROM service")
self.repo.execute("DELETE FROM service_endpoint")
# def tearDown(self):
# self.repo.execute("DELETE FROM service")
# self.repo.execute("DELETE FROM service_endpoint")

0 comments on commit 01f1d94

Please sign in to comment.