- protected share authentification backend

This commit is contained in:
Peter Papp
2021-03-18 10:06:27 +01:00
parent c73e44ff01
commit 816c8c3e07
11 changed files with 117 additions and 168 deletions

View File

@@ -477,10 +477,8 @@ class SubscriptionTest extends TestCase
*/
public function it_get_all_plans_for_index_page()
{
$response = $this->getJson('/api/pricing')
$this->getJson('/api/pricing')
->assertStatus(200);
dd(json_decode($response->content(), true));
}
/**