Skip to content

Commit 1a6258d

Browse files
committed
fix: query with oneOf parameters
1 parent eb5e43c commit 1a6258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/namespace.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('Namespace crud (e2e)', () => {
106106
.set('x-api-key', auth.apiKey)
107107
.set('Accept', 'application/json')
108108
.expect(200);
109-
expect(resp3.body).toHaveLength(3);
109+
expect(resp3.body).toHaveLength(5);
110110
});
111111

112112
it(`get namespace`, async () => {

0 commit comments

Comments
 (0)