Skip to content

Commit

Permalink
test: fixed expected label
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed May 17, 2019
1 parent b778cd3 commit 312a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ func TestStreamingSubscriptionsMetricLabels(t *testing.T) {
}

foundQueuedDurableLabels := false
expectedLabelNames := []string{"server", "channel", "client_id", "inbox",
expectedLabelNames := []string{"server_id", "channel", "client_id", "inbox",
"queue_name", "is_durable", "is_offline"}
for subscriptionIndex := range subscriptions {
expectedLabelsNotFound := make([]string, 0)
Expand Down

0 comments on commit 312a070

Please sign in to comment.