aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/controller/api_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster/controller/api_test.go')
-rw-r--r--syz-cluster/controller/api_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-cluster/controller/api_test.go b/syz-cluster/controller/api_test.go
index bc205392b..99532bc77 100644
--- a/syz-cluster/controller/api_test.go
+++ b/syz-cluster/controller/api_test.go
@@ -67,6 +67,7 @@ func TestAPISaveFinding(t *testing.T) {
BaseBuildID: buildResp.ID,
TestName: "test",
Result: api.TestRunning,
+ Log: []byte("some log"),
})
assert.NoError(t, err)