diff --git a/lib/gri/gerrit.py b/lib/gri/gerrit.py index 9e598a9..9abd05c 100644 --- a/lib/gri/gerrit.py +++ b/lib/gri/gerrit.py @@ -22,7 +22,6 @@ # Used only to force outdated Digest auth for servers not using standard auth KNOWN_SERVERS: Dict[str, Dict] = { - "https://review.opendev.org/": {"auth": HTTPDigestAuth}, "https://code.engineering.redhat.com/gerrit/": { "auth": HTTPDigestAuth, "verify": False,