Commit f34c980
fix(pds): serve atproto-did for custom handles (#152)
* fix(pds): update @atcute/identity to 1.1.4
* fix(pds): serve atproto-did for custom handles
* test(pds): use fixture env in atproto-did test
The per-call env arg to worker.fetch doesn't override miniflare's
configured bindings, so the test was reading did:web:pds.test from
the fixture. The fixture already has HANDLE != PDS_HOSTNAME, so it
exercises the bug scenario directly.
---------
Co-authored-by: Jaydatt Khodave <249572022+rudraksha-avatara@users.noreply.github.com>
Co-authored-by: Matt Kane <m@mk.gg>1 parent d1a7074 commit f34c980
2 files changed
Lines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | 138 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 139 | | |
144 | 140 | | |
145 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments