Skip to content

Commit 2c362ce

Browse files
update testcase
1 parent 73a24d4 commit 2c362ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/requestTracing.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ describe("request tracing", function () {
8282
await load(createMockedConnectionString(fakeEndpoint), {
8383
clientOptions,
8484
loadBalancingEnabled: true,
85+
startupOptions: {
86+
timeoutInMs: 1
87+
}
8588
});
8689
} catch (e) { /* empty */ }
8790
expect(headerPolicy.headers).not.undefined;

0 commit comments

Comments
 (0)