Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmocanu-ionos committed Nov 15, 2024
1 parent 19bea0f commit bb6466c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ionoscloud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
lanId2 = "5"
lanName2 = "test2"
localhost_ip = "test_local_ip"
cpuFamily = "INTEL_XEON"
cpuFamily = "INTEL_ICELAKE"
imagePassword = "<testdata>"
nicDhcp = false
nicIps = []string{localhost_ip, "127.0.0.3"}
Expand Down Expand Up @@ -219,7 +219,7 @@ var (
cube_template = &sdkgo.Template{
Id: sdkgo.PtrString("template-id"),
Properties: &sdkgo.TemplateProperties{
Name: sdkgo.PtrString("CUBES XS"),
Name: sdkgo.PtrString("Basic Cube XS"),
},
}

Expand Down

0 comments on commit bb6466c

Please sign in to comment.