]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Command/ShowUserCommandTest.php
Fix review
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Command / ShowUserCommandTest.php
index 642327c335330b3528f5c1d250da1b68302abbbe..3b928d1e17be11290a13c5d3ca4c0684f96b2747 100644 (file)
@@ -61,7 +61,7 @@ class ShowUserCommandTest extends WallabagCoreTestCase
         $this->assertContains('Username : admin', $tester->getDisplay());
         $this->assertContains('Email : bigboss@wallabag.org', $tester->getDisplay());
         $this->assertContains('Display name : Big boss', $tester->getDisplay());
-        $this->assertContains('2FA activated: false', $tester->getDisplay());
+        $this->assertContains('2FA activated: no', $tester->getDisplay());
     }
 
     public function testShowUser()