Skip to content

Commit

Permalink
Merge branch 'master' into limit-snippet-characters
Browse files Browse the repository at this point in the history
  • Loading branch information
freedompraise authored Nov 10, 2023
2 parents be4ed71 + c2ce85e commit 338942f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/app/settings/docker_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
SECURE_SSL_REDIRECT = False
SECURE_BROWSER_XSS_FILTER = False
SECURE_CONTENT_TYPE_NOSNIFF = False

2 changes: 1 addition & 1 deletion app/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 338942f

Please sign in to comment.