mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
test: Use X86 for testing and not ARM
This commit is contained in:
parent
274b8aadee
commit
ddf38ad458
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var _ = Describe("For servers", Ordered, Label("servers"), func() {
|
||||||
serverType, _, err := testClient.ServerType.GetByName(ctx, "cx11")
|
serverType, _, err := testClient.ServerType.GetByName(ctx, "cx11")
|
||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
|
|
||||||
image, _, err := testClient.Image.GetByNameAndArchitecture(ctx, "ubuntu-22.04", hcloud.ArchitectureARM)
|
image, _, err := testClient.Image.GetByNameAndArchitecture(ctx, "ubuntu-22.04", hcloud.ArchitectureX86)
|
||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
|
|
||||||
sshKey, _, err := testClient.SSHKey.Create(ctx, hcloud.SSHKeyCreateOpts{
|
sshKey, _, err := testClient.SSHKey.Create(ctx, hcloud.SSHKeyCreateOpts{
|
||||||
|
|
Loading…
Reference in a new issue