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

Commit

Permalink
Update pkg/envoy/registry/registry_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Huhn <[email protected]>
  • Loading branch information
steeling and nojnhuh authored Jun 1, 2022
1 parent c387ff0 commit 1fa990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/envoy/registry/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var _ = Describe("Test catalog proxy register/unregister", func() {
proxyRegistry := NewProxyRegistry(nil, nil)
proxy := envoy.NewProxy(envoy.KindSidecar, uuid.New(), identity.New("foo", "bar"), nil)

Context("Proxy is valid", func() {
It("Proxy is valid", func() {
Expect(proxy).ToNot((BeNil()))
})

Expand Down

0 comments on commit 1fa990a

Please sign in to comment.