Skip to content

Commit 50eaf7f

Browse files
HydrophobicMinghaochenlu0616
authored andcommitted
Merged PR 6476162: [FileServer] Fix VHD path in SQOS tests.
Related work items: #35814361
1 parent e3051fb commit 50eaf7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestSuites/FileServer/src/SQOS/TestSuite/SqosTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected override void TestInitialize()
3636
client = new SqosClient(TestConfig.Timeout);
3737

3838
// Copy the data used in test cases to the share of the SUT, e.g. the shared virtual disk files.
39-
sutProtocolController.CopyFile(TestConfig.FullPathShareContainingSharedVHD, @"data\*.*");
39+
sutProtocolController.CopyFile(TestConfig.FullPathShareContainingSharedVHD, @"Data\*.*");
4040
}
4141

4242
protected override void TestCleanup()

0 commit comments

Comments
 (0)