Skip to content

Commit

Permalink
render panels
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh committed Sep 17, 2024
1 parent bf7c5d3 commit 67fc58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_login_not_required.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class LoginNotRequiredTestCase(SimpleTestCase):
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.auth.middleware.LoginRequiredMiddleware",
"debug_toolbar.middleware.DebugToolbarMiddleware",
]
],
DEBUG_TOOLBAR_CONFIG={"RENDER_PANELS": True}
)
def test_login_not_required(self):
self.assertEqual(self.client.get(reverse("djdt:render_panel")).status_code, 200)
Expand Down

0 comments on commit 67fc58a

Please sign in to comment.