mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-06-13 15:25:56 +00:00
Fix error string in test
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
@ -142,7 +142,7 @@ func TestQuery(tt *testing.T) {
|
|||||||
subscriptionIDResponseBody: `{
|
subscriptionIDResponseBody: `{
|
||||||
"items": []
|
"items": []
|
||||||
}`,
|
}`,
|
||||||
err: errors.New("expected at least 1 event-type, 0 returned"),
|
err: errors.New("[nakadi stats] expected at least 1 event-type, 0 returned"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
msg: "test filtering by owning_application and event_type",
|
msg: "test filtering by owning_application and event_type",
|
||||||
|
Reference in New Issue
Block a user