From c36f3f7abdee93d70fbb397ff6b211b50fe16422 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Wed, 14 Jun 2017 14:39:19 +0200 Subject: [PATCH] tests: removed soon-to-be deleted test for deprecated action_logger. --- rhodecode/tests/lib/test_utils.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rhodecode/tests/lib/test_utils.py b/rhodecode/tests/lib/test_utils.py index 808cccd7..d6553a9a 100644 --- 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()