Show More
@@ -221,11 +221,6 b' def platform_encodes_filenames():' | |||
|
221 | 221 | return path_with_latin1 != read_path |
|
222 | 222 | |
|
223 | 223 | |
|
224 | def test_action_logger_action_size(pylonsapp, test_repo): | |
|
225 | action = 'x' * 1200001 | |
|
226 | utils.action_logger(TEST_USER_ADMIN_LOGIN, action, test_repo, commit=True) | |
|
227 | ||
|
228 | ||
|
229 | 224 | @pytest.fixture |
|
230 | 225 | def repo_groups(request): |
|
231 | 226 | session = meta.Session() |
General Comments 0
You need to be logged in to leave comments.
Login now