Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Sep 24, 2023
1 parent 1c7ab75 commit 634845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controller/Api/ApiControllerAccountTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function testApiAccountLoginInvalid() : void
$request->setData('pass', 'invalid');

$this->module->apiLogin($request, $response);
self::assertInstanceOf('\phpOMS\Model\Message\Notify', $response->get(''));
self::assertEquals('warning', $response->get('')['status']);
}

/**
Expand Down

0 comments on commit 634845f

Please sign in to comment.