Skip to content

Commit 7a373d0

Browse files
Fix build failure on master (Azure#13326)
@praveenkuttappan
1 parent ae65908 commit 7a373d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/storage-blob/test/perfstress/track-2/core-https.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { drainStream } from "@azure/test-utils-perfstress";
77

88
export class CoreHTTPSDownloadWithSASTest extends StorageBlobDownloadWithSASTest {
99
client: DefaultHttpsClient;
10-
request: PipelineRequest<any>;
10+
request: PipelineRequest;
1111
constructor() {
1212
super();
1313
this.client = new DefaultHttpsClient();

0 commit comments

Comments
 (0)