Skip to content

Commit 39ba38e

Browse files
committed
magento-engcom/bulk-api#4 Support for Async operations in WebAPI
- Fixed unit tests
1 parent e7af3ad commit 39ba38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Swagger/Test/Unit/Block/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function setUp()
5151
),
5252
'data' => [
5353
'schema_types' => [
54-
'rest' => (new ObjectManager($this))->getObject(Rest::class)
54+
'test' => $this->schemaTypeMock
5555
]
5656
]
5757
]

0 commit comments

Comments
 (0)