fix(type): change from number to string to align with API docs
This commit is contained in:
@@ -412,7 +412,7 @@ describe('Private WRITE V5 REST API Endpoints', () => {
|
||||
it.skip('deleteSubMember()', async () => {
|
||||
expect(
|
||||
await api.deleteSubMember({
|
||||
subMemberId: 1,
|
||||
subMemberId: '1',
|
||||
}),
|
||||
).toMatchObject({
|
||||
// ...successResponseObjectV3(),
|
||||
|
||||
Reference in New Issue
Block a user