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.
ProxyTests.text_proxy()
relies onhttps://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.