This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8458 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 51af10b154e4c537e9d1eb362445044b226939ad Author: Dillon Walls <[email protected]> AuthorDate: Thu Sep 1 16:45:15 2022 +0000 fixup! [#8458] auditlog: record screenshots add/update/delete/reorder --- Allura/allura/tests/functional/test_admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Allura/allura/tests/functional/test_admin.py b/Allura/allura/tests/functional/test_admin.py index 8237bf332..96138ffea 100644 --- a/Allura/allura/tests/functional/test_admin.py +++ b/Allura/allura/tests/functional/test_admin.py @@ -405,7 +405,7 @@ class TestProjectAdmin(TestController): upload = ('screenshot', file_name, file_data) self.app.get('/admin/') - with audits('add screenshot'): + with audits('screenshots: added screenshot {}'.format(file_name)): self.app.post('/admin/add_screenshot', params=dict( caption='test me'), upload_files=[upload])
