Skip to content

Commit 1c5bdf6

Browse files
committed
Adjust empty query failure test
Signed-off-by: Yury Tsarev <[email protected]>
1 parent 44f3542 commit 1c5bdf6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

fn_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -606,14 +606,6 @@ func TestRunFunction(t *testing.T) {
606606
want: want{
607607
rsp: &fnv1.RunFunctionResponse{
608608
Meta: &fnv1.ResponseMeta{Tag: "hello", Ttl: durationpb.New(response.DefaultTTL)},
609-
Conditions: []*fnv1.Condition{
610-
{
611-
Type: "FunctionSuccess",
612-
Status: fnv1.Status_STATUS_CONDITION_TRUE,
613-
Reason: "Success",
614-
Target: fnv1.Target_TARGET_COMPOSITE_AND_CLAIM.Enum(),
615-
},
616-
},
617609
Results: []*fnv1.Result{
618610
{
619611
Severity: fnv1.Severity_SEVERITY_FATAL,

0 commit comments

Comments
 (0)