We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f3542 commit 1c5bdf6Copy full SHA for 1c5bdf6
fn_test.go
@@ -606,14 +606,6 @@ func TestRunFunction(t *testing.T) {
606
want: want{
607
rsp: &fnv1.RunFunctionResponse{
608
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
617
Results: []*fnv1.Result{
618
{
619
Severity: fnv1.Severity_SEVERITY_FATAL,
0 commit comments