From 0074d91df4d1374a97a69c429d2f79130b086125 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Mon, 9 Sep 2024 07:40:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index 13c8e3ce..29dab926 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -22,7 +22,6 @@ def test_registry__repr__param(setup_instance): Relational fields .created_by: User .run: Run - .paramvalue: ParamValue """).strip() actual_repr = _strip_ansi(repr(param))