Skip to content

Commit

Permalink
Refs #20238: Remove repeated addition of listener port (added by defa…
Browse files Browse the repository at this point in the history
…ult)

Signed-off-by: cferreiragonz <[email protected]>
  • Loading branch information
cferreiragonz committed Feb 20, 2024
1 parent 20eff44 commit 81c4f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unittest/transport/TCPv4Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ TEST_F(TCPv4Tests, check_TCPv4_interface_whitelist_initialization)
{
descriptor.interfaceWhiteList.emplace_back(ip);
}
descriptor.add_listener_port(g_default_port);
MockTCPv4Transport transportUnderTest(descriptor);
transportUnderTest.init();

Expand Down

0 comments on commit 81c4f4b

Please sign in to comment.