From b32f5b29051abcc17f06ad301582a1ffb313cdaf Mon Sep 17 00:00:00 2001 From: Dmitriy Musatkin Date: Thu, 4 Apr 2024 15:06:02 -0700 Subject: [PATCH] lets try this --- tests/socket_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/socket_test.c b/tests/socket_test.c index b23ed084b..322cd0180 100644 --- a/tests/socket_test.c +++ b/tests/socket_test.c @@ -790,7 +790,7 @@ static int s_test_outgoing_tcp_sock_error(struct aws_allocator *allocator, void struct aws_socket_endpoint endpoint = { .address = "127.0.0.1", - .port = 8567, + .port = 8569, }; struct error_test_args args = {