Skip to content

Commit c6a6f6b

Browse files
fix: tests
1 parent 544aa0d commit c6a6f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/Provider/LogoutTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function itShouldGetBaseSessionLogoutUrl(): void
116116
$path = $uri['path'];
117117
}
118118

119-
$this->assertEquals('/sessions/logout', $path);
119+
$this->assertEquals('/oauth2/sessions/logout', $path);
120120
}
121121

122122
/**

0 commit comments

Comments
 (0)