Skip to content

Commit

Permalink
Remove unimplemented abstract method from envoy route
Browse files Browse the repository at this point in the history
  • Loading branch information
averevki committed Jan 15, 2024
1 parent e98d70a commit 7a8984f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions testsuite/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 7a8984f

Please sign in to comment.