Update location of big test file (#6320)

This commit is contained in:
Wes Haggard 2025-01-09 14:48:50 -08:00 committed by GitHub
parent ae8413fd5a
commit c2bc4736fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,7 +448,8 @@ namespace Azure { namespace Core { namespace Test {
TEST_P(TransportAdapter, cancelTransferDownload)
{
// public big blob (321MB)
Azure::Core::Url host("https://bigtestfiles.blob.core.windows.net/cpptestfiles/321MB");
Azure::Core::Url host(
"https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-cpp/bigtestfiles/321MB");
Azure::Core::Context cancelThis;
auto threadRoutine = [&]() {