diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts index 6f46fe8f2..536e83413 100644 --- a/packages/taler-wallet-core/src/wallet-api-types.ts +++ b/packages/taler-wallet-core/src/wallet-api-types.ts @@ -765,7 +765,7 @@ export type RunIntegrationTestOp = { * of the exchange and merchant. */ export type RunIntegrationTestV2Op = { - op: WalletApiOperation.RunIntegrationTest; + op: WalletApiOperation.RunIntegrationTestV2; request: IntegrationTestArgs; response: EmptyObject; };