Skip to content

Commit d585872

Browse files
committed
Fix unit test
1 parent 77f77c8 commit d585872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/Controller/YubikeyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function testOtpNoState(): void
6363
$c = new Controller\Yubikey($this->config, $this->session);
6464

6565
$this->expectException(Error\BadRequest::class);
66-
$this->expectExceptionMessage("BADREQUEST('%REASON%' => 'Missing AuthState parameter.')");
66+
$this->expectExceptionMessage('"Missing AuthState parameter."');
6767

6868
$c->main($request);
6969
}

0 commit comments

Comments
 (0)