X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=tests%2Fconditions.py;fp=tests%2Fconditions.py;h=bf04f7b674b84ab2dcad9ebe349400809d449187;hb=3c9bff1fcd9f67baa7a13256a1cf49cad085d54e;hp=9fcb68cea14a0956be1e290e4e189d3ddbf0533c;hpb=ef4dfff9ff3002c11ccfef4190999a5e4e513606;p=plomtask diff --git a/tests/conditions.py b/tests/conditions.py index 9fcb68c..bf04f7b 100644 --- a/tests/conditions.py +++ b/tests/conditions.py @@ -78,7 +78,7 @@ class TestsWithServer(TestCaseWithServer): self.check_post(valid_payload, '/condition?id=foo', 400) def test_do_POST_condition(self) -> None: - """Test POST /condition and its effect on GET /condition[s].""" + """Test (valid) POST /condition and its effect on GET /condition[s].""" # test valid POST's effect on … post = {'title': 'foo', 'description': 'oof', 'is_active': False} self.check_post(post, '/condition', 302, '/condition?id=1')