first commit
This commit is contained in:
5
tests/test_admin_audit.py
Normal file
5
tests/test_admin_audit.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
def test_admin_audit_page(logged_admin):
|
||||
response = logged_admin.get('/admin/audit')
|
||||
assert response.status_code == 200
|
||||
assert b'clipboard' in response.data or b'Audit' in response.data or b'Operacje' in response.data
|
||||
Reference in New Issue
Block a user