Skip to content

Commit df77729

Browse files
committed
Fix unit test
1 parent e3ef93a commit df77729

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
@@ -64,7 +64,7 @@ public function testOtpNoState(): void
6464
$c = new Controller\Yubikey($this->config, $this->session);
6565

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

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

0 commit comments

Comments
 (0)