ewrw
This commit is contained in:
parent
da10e8d6b0
commit
e339e71c74
@ -19,7 +19,7 @@ using Azure::Core::_internal::Environment;
|
||||
|
||||
TestMode TestProxyManager::GetTestMode()
|
||||
{
|
||||
auto value = std::string{"PLAYBACK"}; // Environment::GetVariable("AZURE_TEST_MODE");
|
||||
auto value = Environment::GetVariable("AZURE_TEST_MODE");
|
||||
if (value.empty())
|
||||
{
|
||||
return Azure::Core::Test::TestMode::LIVE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user