Skip to content

Commit c02fa3f

Browse files
committed
ACP2E-3541: "Something went wrong" error on checkout for inactive company
1 parent a136335 commit c02fa3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Swagger/Test/Unit/Controller/Index/IndexTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ public function testDispatchRejectsWhenDisabled()
9696
}
9797

9898
/**
99-
* @doesNotPerformAssertions
99+
* @return void
100+
* @throws NotFoundException
100101
*/
101-
public function testDispatchIsSuccessfulWhenEnabled()
102+
public function testDispatchIsSuccessfulWhenEnabled(): void
102103
{
103104
$request = self::getMockBuilder(Http::class)
104105
->disableOriginalConstructor()

0 commit comments

Comments
 (0)