# HG changeset patch # User Marcin Kuzminski # Date 2017-06-14 12:39:19 # Node ID 2007cb9bc2408689db30a34d8071f5086b2d3043 # Parent b0e7443a57ebffe6f35481c5dba53afddf0e2b1f tests: removed soon-to-be deleted test for deprecated action_logger. diff --git a/rhodecode/tests/lib/test_utils.py b/rhodecode/tests/lib/test_utils.py --- a/rhodecode/tests/lib/test_utils.py +++ b/rhodecode/tests/lib/test_utils.py @@ -221,11 +221,6 @@ def platform_encodes_filenames(): return path_with_latin1 != read_path -def test_action_logger_action_size(pylonsapp, test_repo): - action = 'x' * 1200001 - utils.action_logger(TEST_USER_ADMIN_LOGIN, action, test_repo, commit=True) - - @pytest.fixture def repo_groups(request): session = meta.Session()