Fix broken test
This commit is contained in:
parent
93d0f1803f
commit
6d01b79372
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class SecurityControllerTest extends ControllerTestCase
|
|||
|
||||
$response = $this->getController()->generateTotp($this->request);
|
||||
$this->assertIsJsonResponse($response);
|
||||
$this->assertResponseJsonEquals(['qrImage' => 'qrCodeImage'], $response);
|
||||
$this->assertResponseJsonEquals(['qrImage' => 'https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=qrCodeImage'], $response);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue