From c2ce85e4c62e674193b02efc5915faf323fb3f5e Mon Sep 17 00:00:00 2001 From: John Solly Date: Thu, 9 Nov 2023 17:27:04 -0500 Subject: [PATCH] formatting --- app/app/settings/docker_dev.py | 1 - app/tests/test_views.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/app/settings/docker_dev.py b/app/app/settings/docker_dev.py index 9b5a3b71..9ac9cc37 100644 --- a/app/app/settings/docker_dev.py +++ b/app/app/settings/docker_dev.py @@ -10,4 +10,3 @@ SECURE_SSL_REDIRECT = False SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False - diff --git a/app/tests/test_views.py b/app/tests/test_views.py index 38f989ab..dad8e8ea 100644 --- a/app/tests/test_views.py +++ b/app/tests/test_views.py @@ -187,7 +187,7 @@ def test_update_post_view(self): "content": "Long ago, the four nations lived together in harmony. Then everything changed when the fire nation attacked.", "metaimg_alt_txt": "Meta Image Alt-Text Update", # date_posted : "" - "author": self.admin_user + "author": self.admin_user, # "likes" # "views" }