Skip to content

Commit

Permalink
Fix naming in listener for TcpLogger test
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Feb 7, 2025
1 parent 74c4614 commit ed7d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-tests.dnsdist/test_Dnstap.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ class TestDnstapOverFrameStreamTcpLogger(DNSDistTest):
"""

@classmethod
def FrameStreamUnixListener(cls, port):
def FrameStreamTcpListener(cls, port):
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
sock.bind(("127.0.0.1", port))
Expand Down

0 comments on commit ed7d865

Please sign in to comment.