We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ff642 commit b5ee32fCopy full SHA for b5ee32f
1 file changed
tests/unit/conftest.py
@@ -9,7 +9,6 @@ def parse_domain_name(result: str) -> str:
9
path = urlparse(result).path
10
parts = [p for p in path.split("/") if p]
11
12
- # В API Mailgun домен зазвичай йде після версії (v3/v4)
13
# If the path: ['v3', 'example.com', 'events']
14
if len(parts) >= 2:
15
return parts[1]
0 commit comments