Skip to content

Commit 5418c64

Browse files
committed
Fix error string in test
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent f0a07e0 commit 5418c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nakadi/nakadi_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func TestQuery(tt *testing.T) {
142142
subscriptionIDResponseBody: `{
143143
"items": []
144144
}`,
145-
err: errors.New("expected at least 1 event-type, 0 returned"),
145+
err: errors.New("[nakadi stats] expected at least 1 event-type, 0 returned"),
146146
},
147147
{
148148
msg: "test filtering by owning_application and event_type",

0 commit comments

Comments
 (0)