Skip to content

Commit 93c6849

Browse files
committed
Check in fake key
1 parent da00642 commit 93c6849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/storage/tests/object_storage_integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const TEST_PREFIX: &str = "object-store/";
5656
/// CMEK key resource name for testing
5757
/// Update this with your actual KMS key for CMEK tests
5858
/// Format: projects/PROJECT_ID/locations/LOCATION/keyRings/RING/cryptoKeys/KEY
59-
const GCS_CMEK_KEY_NAME: &str = "projects/shared-sandbox-478917/locations/us-west1/keyRings/cmek-test-ring/cryptoKeys/cmek-test";
59+
const GCS_CMEK_KEY_NAME: &str = GCS_INVALID_CMEK_KEY_NAME;
6060

6161
/// Fake CMEK key for negative testing (should always fail)
6262
const GCS_INVALID_CMEK_KEY_NAME: &str =

0 commit comments

Comments
 (0)