mirror of https://github.com/zulip/zulip.git
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:
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()
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue