mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
test_auth_backends: Remove copied-and-pasted comments.
These makes no sense and were copied from the block at the top of the test.
This commit is contained in:
committed by
Tim Abbott
parent
30e20734d3
commit
3f472ec664
@@ -7346,7 +7346,6 @@ class TestAdminSetBackends(ZulipTestCase):
|
||||
"/json/realm",
|
||||
{
|
||||
"authentication_methods": orjson.dumps(
|
||||
# Github is not a supported authentication backend right now.
|
||||
{"Email": True, "Dev": True, "AzureAD": False}
|
||||
).decode()
|
||||
},
|
||||
@@ -7361,7 +7360,6 @@ class TestAdminSetBackends(ZulipTestCase):
|
||||
"/json/realm",
|
||||
{
|
||||
"authentication_methods": orjson.dumps(
|
||||
# Github is not a supported authentication backend right now.
|
||||
{"Email": True, "Dev": True, "AzureAD": True}
|
||||
).decode()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user