mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-23 00:29:56 -05:00
Removed .asc assertion in supported extensions list
This commit is contained in:
parent
d08d699625
commit
9a0a693c54
@ -175,7 +175,7 @@ class Mat2WebTestCase(TestCase):
|
||||
def test_info_page(self):
|
||||
rv = self.client.get('/info')
|
||||
self.assertIn(b'What are metadata?', rv.data)
|
||||
self.assertIn(b'.asc', rv.data)
|
||||
self.assertIn(b'.jpg', rv.data)
|
||||
self.assertIn(b'.mp2', rv.data)
|
||||
self.assertEqual(rv.status_code, 200)
|
||||
|
||||
|
@ -96,7 +96,7 @@ class Mat2APITestCase(unittest.TestCase):
|
||||
|
||||
extensions = json.loads(rv.data.decode('utf-8'))
|
||||
self.assertIn('.pot', extensions)
|
||||
self.assertIn('.asc', extensions)
|
||||
self.assertIn('.jpg', extensions)
|
||||
self.assertIn('.png', extensions)
|
||||
self.assertIn('.zip', extensions)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user