Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-kennedy-ecs committed Feb 14, 2024
1 parent 3387ec0 commit f5a1348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/djangooidc/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def test_logout_redirect_url_with_no_session_state(self, mock_client):
with less_console_noise():
response = self.client.get(reverse("logout"))
# ASSERTIONS
# Assert redirect code and url are accurate
expected = (
"http://example.com/log_me_out?client_id=TEST"
"&post_logout_redirect_uri=http%3A%2F%2Fexample.com%2Fback"
Expand Down

0 comments on commit f5a1348

Please sign in to comment.