bump libs

This commit is contained in:
meeb
2022-06-29 17:14:19 +10:00
parent 872bfc5124
commit e3ca39b5db
3 changed files with 5081 additions and 52 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ class FrontEndTestCase(TestCase):
def setUp(self):
# Disable general logging for test case
logging.disable(logging.CRITICAL)
def test_dashboard(self):
c = Client()
response = c.get('/')