Skip to content

Fix broken test

Andreas Ellewsen requested to merge bugfix/broken-test into master

The example config included a url to an api that did not need authentication. This is no longer the case, and the test that made use of it has been modified to make use of the context manager meant for testing. The test now checks that the fake context manager returns what it should.

Merge request reports