- $resp->assertDontSee('otpauth://totp/BookStack:guest%40example.com');
- $resp->assertSee('otpauth://totp/BookStack:admin%40admin.com');
+ $resp->assertDontSee('otpauth://totp/BookStack:guest%40example.com', false);
+ $resp->assertSee('otpauth://totp/BookStack:admin%40admin.com', false);