mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Add context propagation to Command Meta entrypoint methods (#2735)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user