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

@@ -33,7 +33,7 @@ func testStateBackups(t *testing.T, dir string) []string {
func TestStateDefaultBackupExtension(t *testing.T) {
testCwdTemp(t)
s, err := (&StateMeta{}).State(encryption.Disabled())
s, err := (&StateMeta{}).State(t.Context(), encryption.Disabled())
if err != nil {
t.Fatal(err)
}