mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
updated comment
This commit is contained in:
parent
3387ec032b
commit
f5a1348ccb
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ class ViewsTest(TestCase):
|
||||||
with less_console_noise():
|
with less_console_noise():
|
||||||
response = self.client.get(reverse("logout"))
|
response = self.client.get(reverse("logout"))
|
||||||
# ASSERTIONS
|
# ASSERTIONS
|
||||||
|
# Assert redirect code and url are accurate
|
||||||
expected = (
|
expected = (
|
||||||
"http://example.com/log_me_out?client_id=TEST"
|
"http://example.com/log_me_out?client_id=TEST"
|
||||||
"&post_logout_redirect_uri=http%3A%2F%2Fexample.com%2Fback"
|
"&post_logout_redirect_uri=http%3A%2F%2Fexample.com%2Fback"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue