Fix failed api-core-tests.
This commit is contained in:
parent
49299de1fd
commit
6a6dd1a710
|
@ -1693,15 +1693,6 @@ test.describe('Settings API tests: CRUD', () => {
|
|||
"value": "yes",
|
||||
})
|
||||
]));
|
||||
expect(responseJSON).toEqual(
|
||||
expect.arrayContaining([
|
||||
expect.objectContaining({
|
||||
"id": "woocommerce_multichannel_marketing_enabled",
|
||||
"label": "Marketing",
|
||||
"description": "Enables the new WooCommerce Multichannel Marketing experience in the Marketing page",
|
||||
"type": "checkbox",
|
||||
})
|
||||
]));
|
||||
expect(responseJSON).toEqual(
|
||||
expect.arrayContaining([
|
||||
expect.objectContaining({
|
||||
|
|
Loading…
Reference in New Issue