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