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 0a78eb4 commit 8adddebCopy full SHA for 8adddeb
fn_test.go
@@ -50,6 +50,15 @@ func TestRunFunction(t *testing.T) {
50
{
51
Severity: fnv1beta1.Severity_SEVERITY_NORMAL,
52
Message: "I was run with input \"Hello, world\"!",
53
+ Target: fnv1beta1.Target_TARGET_COMPOSITE.Enum(),
54
+ },
55
56
+ Conditions: []*fnv1beta1.Condition{
57
+ {
58
+ Type: "FunctionSuccess",
59
+ Status: fnv1beta1.Status_STATUS_CONDITION_TRUE,
60
+ Reason: "Success",
61
+ Target: fnv1beta1.Target_TARGET_COMPOSITE_AND_CLAIM.Enum(),
62
},
63
64
0 commit comments