Skip to content

Commit 9fea538

Browse files
committed
firewalldb: fix missing ctx param in actions test
1 parent d0eaa3d commit 9fea538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firewalldb/actions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func TestActionStorage(t *testing.T) {
161161

162162
// Check that providing no session id and no filter function returns
163163
// all the actions.
164-
actions, _, _, err = db.ListActions(nil, &ListActionsQuery{
164+
actions, _, _, err = db.ListActions(ctx, &ListActionsQuery{
165165
IndexOffset: 0,
166166
MaxNum: 100,
167167
Reversed: false,

0 commit comments

Comments
 (0)