Skip to content

Commit b9eeea0

Browse files
authored
chore: Update Compute ITs to Debian-12 (googleapis#11036)
1 parent bc1f9e4 commit b9eeea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration/ITSmokeInstancesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class ITSmokeInstancesTest extends BaseTest {
5555
private static InstanceGroupManagersClient instanceGroupManagersClient;
5656
private static List<Instance> instances;
5757
private static final String DEFAULT_IMAGE =
58-
"projects/debian-cloud/global/images/family/debian-10";
58+
"projects/debian-cloud/global/images/family/debian-12";
5959
private static final AttachedDisk DISK =
6060
AttachedDisk.newBuilder()
6161
.setBoot(true)

0 commit comments

Comments
 (0)