Skip to content

Commit

Permalink
Removing duplicate functions introduced during merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwgeorgea committed Jul 5, 2023
1 parent 350d22f commit 5118c03
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions nmostesting/suites/IS1101Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,6 @@ def __init__(self, apis, **kwargs):
self.constraints = {}
self.is11_utils = IS11Utils(self.compat_url)

def build_constraints_active_url(self, sender_id):
return self.compat_url + "senders/" + sender_id + "/constraints/active/"

def build_sender_status_url(self, sender_id):
return self.compat_url + "senders/" + sender_id + "/status/"

def set_up_tests(self):
self.senders = self.is11_utils.get_senders()
self.receivers = self.is11_utils.get_receivers()
self.inputs = self.is11_utils.get_inputs()
self.outputs = self.is11_utils.get_outputs()

self.state_no_essence = "no_essence"
self.state_awaiting_essence = "awaiting_essence"

def remove_last_slash(self, id):
"""
Check if the id comes with a slash at the end or not. If yes, the slash will be remove.
Expand Down

0 comments on commit 5118c03

Please sign in to comment.