diff --git a/app/eve_proxy/tests.py b/app/eve_proxy/tests.py index 0163605..fb47f47 100644 --- a/app/eve_proxy/tests.py +++ b/app/eve_proxy/tests.py @@ -64,7 +64,7 @@ class CachedDocumentTestCase(unittest.TestCase): def testInvalidApiQuery(self): """ Attempts to request a invalid EVE API endpoint """ - url = '/server/ServerStatus.xml.aspx' + url = '/invalidrequest' with self.assertRaises(DocumentRetrievalError): obj = CachedDocument.objects.api_query(url, no_cache=True)