Skip to content

Commit 18d5610

Browse files
authored
test: fix sample test by pointing at a shared cluster with Agones (#81)
1 parent ea12d18 commit 18d5610

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

generated,README.md/test/create_cluster.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
3030
const LOCATION = 'us-central1';
3131
const GKE_CLUSTER_NAME =
3232
process.env.SAMPLE_CLUSTER_NAME ||
33-
'projects/1046198160504/locations/us-west1-a/clusters/grpc-bug-cluster';
33+
'projects/217093627905/locations/us-central1/clusters/gke-shared-default';
3434

3535
describe('Game Servers Create Cluster Test', () => {
3636
const realmsClient = new RealmsServiceClient();

generated,README.md/test/delete_cluster.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
3030
const LOCATION = 'us-central1';
3131
const GKE_CLUSTER_NAME =
3232
process.env.SAMPLE_CLUSTER_NAME ||
33-
'projects/1046198160504/locations/us-west1-a/clusters/grpc-bug-cluster';
33+
'projects/217093627905/locations/us-central1/clusters/gke-shared-default';
3434

3535
describe('Game Servers Delete Cluster Test', () => {
3636
const realmsClient = new RealmsServiceClient();

generated,README.md/test/get_cluster.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
3030
const LOCATION = 'us-central1';
3131
const GKE_CLUSTER_NAME =
3232
process.env.SAMPLE_CLUSTER_NAME ||
33-
'projects/1046198160504/locations/us-west1-a/clusters/grpc-bug-cluster';
33+
'projects/217093627905/locations/us-central1/clusters/gke-shared-default';
3434

3535
describe('Game Servers Get Cluster Test', () => {
3636
const realmsClient = new RealmsServiceClient();

generated,README.md/test/list_clusters.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
3030
const LOCATION = 'us-central1';
3131
const GKE_CLUSTER_NAME =
3232
process.env.SAMPLE_CLUSTER_NAME ||
33-
'projects/1046198160504/locations/us-west1-a/clusters/grpc-bug-cluster';
33+
'projects/217093627905/locations/us-central1/clusters/gke-shared-default';
3434

3535
describe('Game Servers List Clusters Test', () => {
3636
const realmsClient = new RealmsServiceClient();

0 commit comments

Comments
 (0)