This commit is contained in:
JinmingHu 2022-12-12 13:15:29 +08:00 committed by GitHub
parent 3fe9c27c41
commit 384f162560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,8 +152,6 @@ namespace Azure { namespace Storage { namespace Test {
TEST_F(FileShareServiceClientTest, SetProperties)
{
auto properties = m_fileShareServiceClient->GetProperties().Value;
// Has to remove before set, otherwise would return failure.
properties.Protocol = Azure::Nullable<Files::Shares::Models::ProtocolSettings>();
auto originalProperties = properties;
properties.HourMetrics.Enabled = true;