forked from expo/troggle
new remote expofiles option
This commit is contained in:
@@ -139,8 +139,6 @@ class PageTests(TestCase):
|
||||
self.assertEqual(response.status_code, 302)
|
||||
if response.status_code != 302:
|
||||
self.assertEqual(response.status_code, 200)
|
||||
print(response)
|
||||
print(response.content)
|
||||
self.assertEqual(len(response.content), 2299270) # fails, but is working manually!
|
||||
|
||||
def test_page_expofile_writeup(self):
|
||||
|
||||
Reference in New Issue
Block a user