fix flake8 standard problems

This commit is contained in:
Beichi-CHs
2021-11-18 12:56:16 +08:00
parent 3754fa2542
commit d4b3a42f94
6 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ class WebsiteConfigAPITest(APITestCase):
"allow_register": True, "submission_list_show_all": False}
resp = self.client.post(url, data=data)
self.assertSuccess(resp)
self.assertEqual(SysOptions.website_footer, "<img src=\"#\" />")
self.assertEqual(SysOptions.website_footer, '<img src=\"#\" />')
def test_get_website_config(self):
# do not need to login