Skip to content

Commit 18b0a1c

Browse files
authored
hotfix: fix controller (#2574)
1 parent f0a7635 commit 18b0a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/http/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ func (c *controller) executeTransaction(ctx context.Context, transaction tests.T
545545
}
546546
}
547547

548-
transactionID := id.ID(resp.Body.(openapi.Transaction).Id)
548+
transactionID := resp.Body.(tests.Transaction).ID
549549

550550
// transaction ready, execute it
551551
resp, err = c.RunTransaction(ctx, transactionID.String(), runInfo)

0 commit comments

Comments
 (0)