Skip to content

Commit 89902a7

Browse files
committed
test: cover the extensionless .well-known/atproto-did public file
1 parent c0b8a60 commit 89902a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/__tests__/unit/proxy-self-hosted.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ describe("self-hosted proxy routes", () => {
5252
"/rive/main.riv",
5353
"/fonts/Geist-Regular.woff2",
5454
"/site.webmanifest",
55+
"/.well-known/atproto-did",
5556
])("serves the public asset %s instead of redirecting", (path) =>
5657
expectServed(path),
5758
);

0 commit comments

Comments
 (0)