Skip to content

Commit

Permalink
feat: add data indexing API
Browse files Browse the repository at this point in the history
  • Loading branch information
csg01123119 committed Dec 26, 2023
1 parent c7a25fa commit 96ed6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/bucket.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ describe('test/bucket.test.js', () => {
describe('openMetaQuery() openMetaQuery() doMetaQuery() closeMetaQuery()', () => {
it('open meta query of bucket', async () => {
try {
const result = await store.openMetaQuery('alioss-sdk-test');
const result = await store.openMetaQuery(bucket);
assert.strictEqual(result.status, 200);
assert.deepEqual(result.res.statusMessage, 'OK');
} catch (error) {
Expand Down

0 comments on commit 96ed6e2

Please sign in to comment.