mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 20:32:13 +01:00
test(api): add missing context
This commit is contained in:
@@ -783,6 +783,7 @@ func TestContext_BuildOutputFile(t *testing.T) {
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
tc.ctx.dirPath = dirPath
|
tc.ctx.dirPath = dirPath
|
||||||
|
tc.ctx.Context = context.Background()
|
||||||
tc.ctx.logger = zap.NewNop()
|
tc.ctx.logger = zap.NewNop()
|
||||||
|
|
||||||
_, err = tc.ctx.BuildOutputFile()
|
_, err = tc.ctx.BuildOutputFile()
|
||||||
|
|||||||
Reference in New Issue
Block a user