Skip to content

Commit

Permalink
Zodbot is not a real Fedora user (bow nonetheless)
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed May 25, 2024
1 parent 3c2c11f commit 1d325da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions fedbadges/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class BadgeRule:
"koschei",
"distrobuildsync-eln/jenkins-continuous-infra.apps.ci.centos.org",
"osbuild-automation-bot",
"zodbot",
]
)

Expand Down
4 changes: 2 additions & 2 deletions tests/test_complicated_recipient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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(
Expand Down

0 comments on commit 1d325da

Please sign in to comment.