Add tests

This commit is contained in:
Richa Banker
2024-10-29 19:53:28 -07:00
parent 93a63da852
commit 19ebee96b2
3 changed files with 61 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ func AuthzTestCases() []AuthzTestCase {
"/logs/": "log",
"/logs/{logpath:*}": "log",
"/metrics": "metrics",
"/metrics/slis": "metrics",
"/metrics/cadvisor": "metrics",
"/metrics/probes": "metrics",
"/metrics/resource": "metrics",