Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
During review/testing of #287 I realised there's a potential problem with the way we mix relative and absolute URLs when using the web client when it comes to trying to clear specific parts of the cache. So I wanted to be a lot more explicit in the tests and and have the URLs we use more closely match reality. This will be helpful for the PR that addresses this issue.
Plus a fix I had been sitting on for a while which uses the
skip_refresh_token
in the other places it's useful (rather than directly messing about with numbers).