Add context propagation to Command Meta entrypoint methods (#2735)

Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
James Humphries
2025-04-30 16:28:19 +01:00
committed by GitHub
parent 7a65677851
commit fca652c667
43 changed files with 337 additions and 301 deletions

View File

@@ -820,7 +820,7 @@ func TestInit_backendReinitWithExtra(t *testing.T) {
Init: true,
}
_, cHash, err := m.backendConfig(opts)
_, cHash, err := m.backendConfig(t.Context(), opts)
if err != nil {
t.Fatal(err)
}