Skip to content

Commit 21bf504

Browse files
author
Thomasr
committed
resolve test issue
1 parent 3819c30 commit 21bf504

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

server/node-service/src/plugins/dynamodb/run.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test.skip("run dynamodb query", async () => {
88
accessKey: "",
99
secretKey: "",
1010
endpointUrl: "http://localhost:6789",
11+
specVersion: "",
1112
};
1213

1314
const createTableActionData: ActionDataType = {

server/node-service/src/plugins/firebase/run.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ test.skip("realtime database", async () => {
99
databaseUrl: "https://sarike-a3de9-default-rtdb.asia-southeast1.firebasedatabase.app/",
1010
privateKey,
1111
firestoreId: "",
12+
specVersion: "",
1213
}
1314
);
1415
console.info(res);

server/node-service/src/plugins/s3/run.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const dataSourceConfig = {
66
secretKey: "",
77
endpointUrl: "",
88
region: "us-west-2",
9+
specVersion: "",
910
};
1011

1112
const bucket = "lowcoder-demo";

0 commit comments

Comments
 (0)