You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post place lookups: Using static file on CDN (#3947)
* Replacing the zip code lookup (once again) with a single static registry file located on (soon to be) CDN, that we can download on-demand when we need to. This is more up-to-date than the package from NPM was, and we can keep it maintained across frontend versions without having to upgrade every app when there are changes upstream.
* Bringing back the at least 4 and at most 5 assertion, as the test failed because there were 5 requests. It's probably something other than the post code lookup
* Updating URL to use CDN
---------
Co-authored-by: Ole Martin Handeland <git@olemartin.org>
0 commit comments