mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 10:00:44 -05:00
Pass context to all remote.Client operations (#786)
Signed-off-by: Marcin Wyszynski <marcin.pixie@gmail.com>
This commit is contained in:
@@ -297,7 +297,7 @@ func TestPutMaintainsMetaData(t *testing.T) {
|
||||
}
|
||||
|
||||
bytes := []byte(acctest.RandString(20))
|
||||
err = remoteClient.Put(bytes)
|
||||
err = remoteClient.Put(ctx, bytes)
|
||||
if err != nil {
|
||||
t.Fatalf("Error putting data: %+v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user