Skip to content

Commit

Permalink
Fixed config_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Johnny Yip <jcyip@google.com>
  • Loading branch information
yippyyipyip committed Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cd9f950 commit 5a5924a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cli/config_test.go
Original file line number Diff line number Diff line change
@@ -63,7 +63,8 @@ Host = {
GCP = {
MachineType = "machine_type",
MinCPUPlatform = "cpu_platform",
BootDiskSizeGB = 10
BootDiskSizeGB = 10,
AcceleratorConfigs = ["type=gpu,count=1"]
}
}
Authn = {

0 comments on commit 5a5924a

Please sign in to comment.