diff --git a/testsuite/gateway/__init__.py b/testsuite/gateway/__init__.py index 5c02ff8b..798e96ff 100644 --- a/testsuite/gateway/__init__.py +++ b/testsuite/gateway/__init__.py @@ -162,14 +162,6 @@ def remove_hostname(self, hostname: str): def remove_all_hostnames(self): """Remove all hostnames from the Route""" - @abstractmethod - def add_rule(self, backend: "Httpbin", *route_matches: RouteMatch): - """Adds rule to the Route""" - - @abstractmethod - def remove_all_rules(self): - """Remove all rules from the Route""" - @abstractmethod def add_backend(self, backend: "Httpbin", prefix): """Adds another backend to the Route, with specific prefix"""