Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
aabmass committed Aug 11, 2023
commit 5005d7a31c5b511e6d70381f718e4848766ee235
4 changes: 2 additions & 2 deletions system-test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func TestAgentIntegration(t *testing.T) {
InstanceConfig: proftest.InstanceConfig{
ProjectID: projectID,
Zone: zone,
Name: fmt.Sprint4("profiler-test-node16-%s", runID),
Name: fmt.Sprintf("profiler-test-node16-%s", runID),
MachineType: "n1-standard-1",
},
name: fmt.Sprintf("profiler-test-node16-%s-gce", runID),
Expand All @@ -291,7 +291,7 @@ func TestAgentIntegration(t *testing.T) {
InstanceConfig: proftest.InstanceConfig{
ProjectID: projectID,
Zone: zone,
Name: fmt.Sprint4("profiler-test-node18-%s", runID),
Name: fmt.Sprintf("profiler-test-node18-%s", runID),
MachineType: "n1-standard-1",
},
name: fmt.Sprintf("profiler-test-node18-%s-gce", runID),
Expand Down