diff --git a/tests/Google2FATest.php b/tests/Google2FATest.php index 66c3cac..1b6f393 100644 --- a/tests/Google2FATest.php +++ b/tests/Google2FATest.php @@ -76,7 +76,7 @@ public function testQrcodeInlineChillerlan() $this->google2fa->setQrcodeService(new Chillerlan()); $this->assertStringStartsWith( - 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJxci1z', + 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMj', $this->getQRCode() ); }