fix: final review wave — public routes, inbox 419, url schemes, deep_link, tests
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BCrwHHnGCB5XH968Nxokqw
This commit is contained in:
@@ -100,6 +100,7 @@ class MeApiTest extends TestCase
|
||||
|
||||
$this->getJson('/me/events', $this->as())->assertOk()->assertJsonCount(1, 'events')->assertJsonPath('events.0.topic', 'a');
|
||||
$this->getJson('/me/events?state=done', $this->as())->assertJsonCount(1, 'events')->assertJsonPath('events.0.topic', 'b');
|
||||
$this->getJson('/me/events?state=garbage', $this->as())->assertStatus(422);
|
||||
}
|
||||
|
||||
public function test_ack_sets_quiet_until_and_done_closes(): void
|
||||
|
||||
Reference in New Issue
Block a user