Add some API paths to the auth test as well for completeness
This commit is contained in:
parent
f7d84bc15b
commit
0aefe9faf5
@ -29,6 +29,13 @@ const paths = [
|
|||||||
'/admin/chat/users/',
|
'/admin/chat/users/',
|
||||||
'/admin/stream-health',
|
'/admin/stream-health',
|
||||||
'/admin/hardware-info/',
|
'/admin/hardware-info/',
|
||||||
|
// Some APIs too
|
||||||
|
'/api/admin/status',
|
||||||
|
'/api/admin/serverconfig',
|
||||||
|
'/api/admin/chat/clients',
|
||||||
|
'/api/admin/chat/messages',
|
||||||
|
'/api/admin/followers',
|
||||||
|
'/api/admin/prometheus',
|
||||||
];
|
];
|
||||||
|
|
||||||
// Test a bunch of paths to make sure random different pages don't slip by for some reason.
|
// Test a bunch of paths to make sure random different pages don't slip by for some reason.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user