From b7f3cc086bdd27e7fb8a656ad66348b6bf489268 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sun, 29 Jul 2018 11:41:28 +0200 Subject: Addressing gdude comments --- tests/test_clean_logs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_clean_logs.py') diff --git a/tests/test_clean_logs.py b/tests/test_clean_logs.py index 886a4c3a..1c3449b4 100644 --- a/tests/test_clean_logs.py +++ b/tests/test_clean_logs.py @@ -9,7 +9,7 @@ class TestCleanLogAPI(SiteTest): Tests submitting a clean log and verifies that we get a UUID in return. - Then tests that + Also ensures that we get a 400 if we send in bad data. """ def test_returns_400_on_bad_data(self): @@ -31,7 +31,7 @@ class TestCleanLogAPI(SiteTest): { "author": "something", "user_id": "12345151", - "role": "awful", + "role_id": "4818413", "content": "testy", "timestamp": "this way comes", "embeds": [{"fire":"nanny"}], -- cgit v1.2.3