diff --git a/fedbadges/rules.py b/fedbadges/rules.py index 6a1bac4..38cf06f 100644 --- a/fedbadges/rules.py +++ b/fedbadges/rules.py @@ -145,6 +145,7 @@ class BadgeRule: "koschei", "distrobuildsync-eln/jenkins-continuous-infra.apps.ci.centos.org", "osbuild-automation-bot", + "zodbot", ] ) diff --git a/tests/test_complicated_recipient.py b/tests/test_complicated_recipient.py index 3ee3f02..d26cfc0 100644 --- a/tests/test_complicated_recipient.py +++ b/tests/test_complicated_recipient.py @@ -21,7 +21,7 @@ def test_complicated_recipient_real( topic="org.fedoraproject.prod.meetbot.meeting.complete", body={ "meeting_topic": "testing", - "attendees": {"zodbot": 2, "threebean": 2}, + "attendees": {"fasuser": 2, "threebean": 2}, "chairs": {}, "topic": "", "url": "fedora-meeting.2013-06-24-19.52", @@ -35,7 +35,7 @@ def test_complicated_recipient_real( ): run_query.return_value = float("inf"), MockQuery() g.return_value = True - assert rule.matches(msg, tahrir_client) == {"zodbot", "threebean"} + assert rule.matches(msg, tahrir_client) == {"fasuser", "threebean"} def test_complicated_recipient_pagure(