tests: removed soon-to-be deleted test for deprecated action_logger.

This commit is contained in:
Marcin Kuzminski 2017-06-14 14:39:19 +02:00
parent 10162bb050
commit c36f3f7abd

View file

@ -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()