X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c9c0e5e16f029f8c3cb159c45f9dcaf99dd2426b..refs/pull/3008/head:/tests/Auth/MfaConfigurationTest.php diff --git a/tests/Auth/MfaConfigurationTest.php b/tests/Auth/MfaConfigurationTest.php index 4223d052d..59a2a41b5 100644 --- a/tests/Auth/MfaConfigurationTest.php +++ b/tests/Auth/MfaConfigurationTest.php @@ -180,7 +180,7 @@ class MfaConfigurationTest extends TestCase $resp = $this->get('/mfa/totp/generate'); $resp->assertSeeText('Mobile App Setup'); - $resp->assertDontSee("otpauth://totp/BookStack:guest%40example.com"); - $resp->assertSee("otpauth://totp/BookStack:admin%40admin.com"); + $resp->assertDontSee('otpauth://totp/BookStack:guest%40example.com'); + $resp->assertSee('otpauth://totp/BookStack:admin%40admin.com'); } }