Add some API paths to the auth test as well for completeness

This commit is contained in:
Gabe Kangas 2023-03-10 12:22:50 -08:00
parent f7d84bc15b
commit 0aefe9faf5
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -29,6 +29,13 @@ const paths = [
'/admin/chat/users/',
'/admin/stream-health',
'/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.