tests: removed soon-to-be deleted test for deprecated action_logger.
This commit is contained in:
parent
10162bb050
commit
c36f3f7abd
1 changed files with 0 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue