Skip to content

Commit

Permalink
Remove redundant formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jumani authored and David Jumani committed Jun 26, 2023
1 parent 59c2010 commit 8c248d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/gloo/pkg/xds/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var _ = Describe("Cache", func() {
nodeRoleHasher := xds.NewNodeRoleHasher()
node := &envoy_config_core_v3.Node{}
Expect(nodeRoleHasher.ID(node)).To(Equal(xds.FallbackNodeCacheKey),
fmt.Sprintf("Should return %s if the role field in the node metadata is not present", xds.FallbackNodeCacheKey))
"Should return %s if the role field in the node metadata is not present", xds.FallbackNodeCacheKey)

role := "role"
node.Metadata = &structpb.Struct{
Expand Down

0 comments on commit 8c248d5

Please sign in to comment.