feat(#540): replaced references to nwc.getalby.com#543
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated test expectations in NWCClient to reference Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Updates the
getAuthorizationUrlunit test to usehttps://my.albyhub.com/apps/newinstead ofhttps://nwc.getalby.com/apps/new, which is no longer available.Context
The old NWC app URL host has been shut down. The SDK already documents and uses Alby Hub’s auth path elsewhere (examples, docs, JSDoc on
fromAuthorizationUrl/getAuthorizationUrl).Closes #540
Changes
src/nwc/NWCClient.test.ts: swap the authorization base URL in the “standard url” test input and expected string tomy.albyhub.com.Testing