Skip to content

Commit

Permalink
Merge pull request #295 from ivabby/issue286
Browse files Browse the repository at this point in the history
Resolved issue#286
  • Loading branch information
robotichead committed Oct 15, 2021
2 parents 9032759 + d7b1535 commit 441e6d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NearBeach/tests/test_permission_denied.py
Expand Up @@ -37,4 +37,5 @@ def test_permission_denied(self):
response = c.get(reverse('test_permission_denied'))
self.assertEqual(response.status_code, 403)

c.get(reverse('logout'))
c.get(reverse('logout'))

0 comments on commit 441e6d6

Please sign in to comment.