Skip to content

Commit

Permalink
Update FeedGeneratorTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Nov 24, 2024
1 parent c2503b1 commit 8e46a9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Feature/FeedGenerator/FeedGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,11 @@ public function test_feed_did(): void

$response->assertSuccessful();
}

public function test_feed_atproto_did(): void
{
$response = $this->get('.well-known/atproto-did');

$response->assertSuccessful();
}
}

0 comments on commit 8e46a9b

Please sign in to comment.