diff --git a/samples/snippets/src/test/java/com/example/datastore/RegionalEndpointIT.java b/samples/snippets/src/test/java/com/example/datastore/RegionalEndpointIT.java index 26fcfebd4..23f00c71a 100644 --- a/samples/snippets/src/test/java/com/example/datastore/RegionalEndpointIT.java +++ b/samples/snippets/src/test/java/com/example/datastore/RegionalEndpointIT.java @@ -56,7 +56,7 @@ public void testRegionalEndpoint() throws Exception { // The kind for the new entity String kind = "Task"; // The name/ID for the new entity - String name = "sampletask1"; + String name = "regionalEndpointClient50720906"; // The Cloud Datastore key for the new entity Key taskKey = datastoreWithEndpoint.newKeyFactory().setKind(kind).newKey(name);