Is your feature request related to a problem? Please describe.
Currently a number of the tests use a fake URL. That URL is hardcoded in a number of places and is written out within bracket expressions where it cannot be directly substituted with a variable.
Describe the solution you'd like
It would be nice to find a way to save this URL in one place to minimize the possibility of typos causing test failures later. See #377 (comment) for more discussion.
Is your feature request related to a problem? Please describe.
Currently a number of the tests use a fake URL. That URL is hardcoded in a number of places and is written out within bracket expressions where it cannot be directly substituted with a variable.
Describe the solution you'd like
It would be nice to find a way to save this URL in one place to minimize the possibility of typos causing test failures later. See #377 (comment) for more discussion.