Add SHUTDOWN_REQUEST to missing ID list.

This property is not exposed by CarPropertyService.

Test: Presubmit
Bug: 260913967
Change-Id: I05da0d442772260358d73894d9eadc2a29ed9b93
diff --git a/tests/android_car_api_test/src/android/car/apitest/VehiclePropertyIdsTest.java b/tests/android_car_api_test/src/android/car/apitest/VehiclePropertyIdsTest.java
index b55bd19..ce6b11e 100644
--- a/tests/android_car_api_test/src/android/car/apitest/VehiclePropertyIdsTest.java
+++ b/tests/android_car_api_test/src/android/car/apitest/VehiclePropertyIdsTest.java
@@ -49,7 +49,8 @@
                     "HW_ROTARY_INPUT",
                     "SUPPORT_CUSTOMIZE_VENDOR_PERMISSION",
                     "SUPPORTED_PROPERTY_IDS",
-                    "STORAGE_ENCRYPTION_BINDING_SEED");
+                    "STORAGE_ENCRYPTION_BINDING_SEED",
+                    "SHUTDOWN_REQUEST");
 
     // TODO(b/242350638): add missing annotations, remove (on child bug of 242350638)
     @Override