Fix backup codes activity type

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-05-16 10:30:41 +02:00 committed by Roeland Jago Douma
parent 58683f11ac
commit 258c8720dd
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class BackupCodeStorageTest extends TestCase {
->will($this->returnSelf());
$event->expects($this->once())
->method('setType')
->with('twofactor')
->with('security')
->will($this->returnSelf());
$event->expects($this->once())
->method('setAuthor')