inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Test case in proxyexample app can fail unexpectedly #52

Closed weslord closed 4 years ago

weslord commented 4 years ago

ProxyTests.text_proxy() relies on https://jsonplaceholder.typicode.com/users, if test machine cannot connect to the internet, or there are any other problems reaching that endpoint, the test will fail.

This means that consecutive tests can return different results, without any changes to the code.