Skip to content

Commit 94aafec

Browse files
fix recording mode (Azure#29956)
1 parent 20effab commit 94aafec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/Azure.Storage.Common/tests/Shared/TransferValidationTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public TransferValidationTestBase(
3131
bool async,
3232
string generatedResourceNamePrefix = default,
3333
RecordedTestMode? mode = null)
34-
: base(async, RecordedTestMode.Playback)
34+
: base(async, mode)
3535
{
3636
_generatedResourceNamePrefix = generatedResourceNamePrefix ?? "test-resource-";
3737
}

0 commit comments

Comments
 (0)