diff --git a/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/NinjaCommunicator/test_NinjaCommunicator.cpp b/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/NinjaCommunicator/test_NinjaCommunicator.cpp index da0edf1..3885424 100644 --- a/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/NinjaCommunicator/test_NinjaCommunicator.cpp +++ b/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/NinjaCommunicator/test_NinjaCommunicator.cpp @@ -104,7 +104,7 @@ void TestNinjaCommunicator::GetNsUid() ConsoleRestore::NinjaCommunicator ninja; NN_TEST_ASSERT( - ninja.GetNsUid("https://10.12.6.122/ninja/ws/", 0x000400000FECD000).IsSuccess()); + ninja.GetNsUid("https://ninja.ctr.shop.nintendo.net/ninja/ws/", 0x000400000FECD000).IsSuccess()); size_t bufSize = 1024 * 1024; // 1MB common::HeapManager heap(bufSize); @@ -127,7 +127,7 @@ void TestNinjaCommunicator::GetExternalKeyInfo() ConsoleRestore::NinjaCommunicator ninja; NN_TEST_ASSERT( - ninja.GetExternalKeyInfo("https://10.12.6.122/ninja/ws/", "50010000041101", "JP").IsSuccess()); + ninja.GetExternalKeyInfo("https://ninja.ctr.shop.nintendo.net/ninja/ws/", "50010000041101", "JP").IsSuccess()); size_t bufSize = 1024 * 1024; // 1MB common::HeapManager heap(bufSize);