From f967721b6e7acc827f5242e211d9a46a0f9aaddf Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sun, 22 Jul 2018 21:13:09 +0200 Subject: Now doing role colorization instead of random colors for the cleanlog template. --- tests/test_clean_logs.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_clean_logs.py b/tests/test_clean_logs.py index 210306c0..4932b4b6 100644 --- a/tests/test_clean_logs.py +++ b/tests/test_clean_logs.py @@ -29,8 +29,9 @@ class TestCleanLogAPI(SiteTest): good_data = json.dumps({ "log_data": [ { - "author": "something", - "content": "testy", + "author": "something", + "role": "awful", + "content": "testy", "timestamp": "this way comes" } ] -- cgit v1.2.3