Commit 71566b51 authored by Geoff Simmons's avatar Geoff Simmons

Bugfix a test condition for REAST handlers.

parent 180d02f0
......@@ -54,7 +54,7 @@ import (
"k8s.io/client-go/tools/cache"
)
var errInstancePattern = regexp.MustCompile(`^/log/errors/\d+$`)
var errInstancePattern = regexp.MustCompile(`^/log/errors/[0-9a-z]$`)
func TestHealthz(t *testing.T) {
version := "47.11"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment