diff --git a/zerver/tests/test_auth_backends.py b/zerver/tests/test_auth_backends.py index e7164a4ceb..a2654cb92c 100644 --- a/zerver/tests/test_auth_backends.py +++ b/zerver/tests/test_auth_backends.py @@ -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() },