Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 1fa990a

Browse files
steelingnojnhuh
andauthored
Update pkg/envoy/registry/registry_test.go
Co-authored-by: Jon Huhn <[email protected]>
1 parent c387ff0 commit 1fa990a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/envoy/registry/registry_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var _ = Describe("Test catalog proxy register/unregister", func() {
1414
proxyRegistry := NewProxyRegistry(nil, nil)
1515
proxy := envoy.NewProxy(envoy.KindSidecar, uuid.New(), identity.New("foo", "bar"), nil)
1616

17-
Context("Proxy is valid", func() {
17+
It("Proxy is valid", func() {
1818
Expect(proxy).ToNot((BeNil()))
1919
})
2020

0 commit comments

Comments
 (0)