We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f77c8 commit d585872Copy full SHA for d585872
1 file changed
tests/src/Controller/YubikeyTest.php
@@ -63,7 +63,7 @@ public function testOtpNoState(): void
63
$c = new Controller\Yubikey($this->config, $this->session);
64
65
$this->expectException(Error\BadRequest::class);
66
- $this->expectExceptionMessage("BADREQUEST('%REASON%' => 'Missing AuthState parameter.')");
+ $this->expectExceptionMessage('"Missing AuthState parameter."');
67
68
$c->main($request);
69
}
0 commit comments