From d02c9ecc0f9a65ed1c6bc0a957878c1a186a2150 Mon Sep 17 00:00:00 2001
From: user12986714 <65436504+user12986714@users.noreply.github.com>
Date: Thu, 2 Jul 2020 11:09:22 -0400
Subject: [PATCH] Adjust test cases accordingly

---
 test/test_chatcommands.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_chatcommands.py b/test/test_chatcommands.py
index f7a1f041f2..d64cdcdb28 100644
--- a/test/test_chatcommands.py
+++ b/test/test_chatcommands.py
@@ -411,7 +411,7 @@ def test_allspam(handle_spam):
         assert handle_spam.call_count == 1
         _, call = handle_spam.call_args_list[0]
         assert isinstance(call["post"], Post)
-        assert call["reasons"] == ["Manually reported answer"]
+        assert call["reasons"] == ["Manually reported answer (Batch report by ArtOfCode)"]
         assert call["why"].startswith(
             "Post manually reported by user *ArtOfCode* in room *Charcoal HQ*."
             "\n\nThis post would not have been caught otherwise."