Skip to content

Commit

Permalink
fixup! Do not cache or allow searching for old controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
talanknight committed Dec 18, 2023
1 parent e3906e2 commit 509969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clientcache/cmd/search/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func TestSearch(t *testing.T) {
assert.NotNil(t, resp)
assert.Nil(t, r)

assert.Contains(t, apiErr.Message, "does not support search")
assert.Contains(t, apiErr.Message, "doesn't support search")
})

srv.AddResources(t, at, []*targets.Target{
Expand Down

0 comments on commit 509969c

Please sign in to comment.