Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 22, 2024
1 parent 064af49 commit eed3181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func BeforeSuiteFn(args ...interface{}) context.Context {
},
Data: map[string][]byte{
"foo": []byte("secret"),
}}))
}}), nil)

return DefaultContext
}
Expand Down

0 comments on commit eed3181

Please sign in to comment.