Skip to content

Commit af50e8f

Browse files
Merge pull request #5122 from studavekar/update-lwip-test
update server name to os.mbed.com
2 parents 8569c09 + fc58349 commit af50e8f

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_LWIP/TESTS/mbedmicro-net/tcp_hello_world

1 file changed

+1
-1
lines changed

features/FEATURE_LWIP/TESTS/mbedmicro-net/tcp_hello_world/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using namespace utest::v1;
3333

3434
namespace {
3535
// Test connection information
36-
const char *HTTP_SERVER_NAME = "developer.mbed.org";
36+
const char *HTTP_SERVER_NAME = "os.mbed.com";
3737
const char *HTTP_SERVER_FILE_PATH = "/media/uploads/mbed_official/hello.txt";
3838
const int HTTP_SERVER_PORT = 80;
3939
#if defined(TARGET_VK_RZ_A1H)

0 commit comments

Comments
 (0)