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:
Mateusz Mandera 2024-08-05 22:14:21 +02:00 committed by Tim Abbott
parent 30e20734d3
commit 3f472ec664
1 changed files with 0 additions and 2 deletions

View File

@ -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()
},