update domain name to os.mbed.com

pull/5122/head
Shrikant Tudavekar 2017-09-15 11:21:28 -05:00
parent 0906be6397
commit fc58349c15
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ using namespace utest::v1;
namespace {
// Test connection information
const char *HTTP_SERVER_NAME = "developer.mbed.org";
const char *HTTP_SERVER_NAME = "os.mbed.com";
const char *HTTP_SERVER_FILE_PATH = "/media/uploads/mbed_official/hello.txt";
const int HTTP_SERVER_PORT = 80;
#if defined(TARGET_VK_RZ_A1H)