Skip to content

Commit

Permalink
Fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Wieczorek committed Sep 17, 2024
1 parent 637b2f9 commit 4c11c5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public async Task MetricsQueryMetricsStartEnd()
var client = CreateMetricsClient();
var queryOptions = new MetricsQueryResourcesOptions
{
TimeRange = new QueryTimeRange(DateTimeOffset.MinValue, DateTimeOffset.MaxValue)
TimeRange = new QueryTimeRange(_testData.StartTime, _testData.EndTime)
};
var resourceId = TestEnvironment.StorageAccountId;

Expand Down

0 comments on commit 4c11c5b

Please sign in to comment.