diff --git a/tests/BillingPortalTest.php b/tests/BillingPortalTest.php index 616a422..05bcd99 100644 --- a/tests/BillingPortalTest.php +++ b/tests/BillingPortalTest.php @@ -18,6 +18,6 @@ public function test_billing_redirect_to_portal() $this->actingAs($user) ->get(route('billing-portal.portal')) - ->assertStatus(302); + ->assertStatus(409); } }