diff --git a/sdk/resource/host_id_export_test.go b/sdk/resource/host_id_export_test.go index 62489ab7e029..c79b84d6b099 100644 --- a/sdk/resource/host_id_export_test.go +++ b/sdk/resource/host_id_export_test.go @@ -28,6 +28,7 @@ func mockHostIDProvider() { func mockHostIDProviderWithError() { resource.SetHostIDProvider( + // TODO: After #3844 merges, return assert.AnError and update tests in `resource_test.go`. func() (string, error) { return "", errors.New("not found") }, ) }