From ec9ee63bca6d8592adc385d603fe4eabec0d6072 Mon Sep 17 00:00:00 2001 From: Timofey Koolin Date: Wed, 18 Sep 2024 19:42:55 +0300 Subject: [PATCH] fix query service to scripting --- tests/integration/topic_helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/topic_helpers_test.go b/tests/integration/topic_helpers_test.go index 3217a04cd..b8f5ccc8c 100644 --- a/tests/integration/topic_helpers_test.go +++ b/tests/integration/topic_helpers_test.go @@ -104,7 +104,7 @@ ADD CHANGEFEED cdc WITH ( ) `, scope.Folder(), scope.TableName()) - err := scope.Driver().Query().Exec(ctx, query) + _, err := scope.Driver().Scripting().Execute(ctx, query, nil) require.NoError(t, err) query = fmt.Sprintf(`