Skip to content

Commit

Permalink
Fix metadata test
Browse files Browse the repository at this point in the history
Signed-off-by: Max Eshleman <[email protected]>
  • Loading branch information
thepeterstone authored and Max Eshleman committed Oct 24, 2018
1 parent a39280f commit 05a5932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var _ = Describe("Metadata", func() {
gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fields{"Name": Equal("unregister-log-format")}),
gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fields{"Name": Equal("unregister-metrics-endpoint")}),
gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fields{"Name": Equal("registered-log-formats")}),
gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fields{"Name": Equal("registered-metrics-endpoints")}),
))
})
})
Expand Down

0 comments on commit 05a5932

Please sign in to comment.