We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9af95 commit 435bc56Copy full SHA for 435bc56
packages/performance-tests/test/TestContext.ts
@@ -40,7 +40,7 @@ export async function *getTestIModels(filter: (iModel: TestIModel) => boolean) {
40
authorization: AccessTokenAdapter.toAuthorizationCallback(
41
await IModelHost.authorizationClient.getAccessToken()
42
),
43
- urlParams: { iTwinId: iTwinId },
+ urlParams: { iTwinId },
44
});
45
46
for await (const iModel of iModels) {
0 commit comments