]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/OidcTest.php
Added test for logical-theme-system command registration
[bookstack] / tests / Auth / OidcTest.php
index e7665a679a44a892bbe743863aa01579c3e780c0..0b033ea812593bf462e09891624ada9b882696f3 100644 (file)
@@ -90,7 +90,7 @@ class OidcTest extends TestCase
     public function test_logout_route_functions()
     {
         $this->actingAs($this->getEditor());
-        $this->get('/logout');
+        $this->post('/logout');
         $this->assertFalse(auth()->check());
     }