diff options
Diffstat (limited to 'tests/machine')
| -rw-r--r-- | tests/machine/hetzner.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/machine/hetzner.scm b/tests/machine/hetzner.scm index 39eac4a4d5f..1552bcb9a08 100644 --- a/tests/machine/hetzner.scm +++ b/tests/machine/hetzner.scm | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | (environment hetzner-environment-type) | 64 | (environment hetzner-environment-type) |
| 65 | (configuration (hetzner-configuration | 65 | (configuration (hetzner-configuration |
| 66 | (labels %labels) | 66 | (labels %labels) |
| 67 | (server-type "cax41") | 67 | (server-type "cax11") |
| 68 | (ssh-key %ssh-key-file))))) | 68 | (ssh-key %ssh-key-file))))) |
| 69 | 69 | ||
| 70 | (define %x86-machine | 70 | (define %x86-machine |
| @@ -76,7 +76,7 @@ | |||
| 76 | (environment hetzner-environment-type) | 76 | (environment hetzner-environment-type) |
| 77 | (configuration (hetzner-configuration | 77 | (configuration (hetzner-configuration |
| 78 | (labels %labels) | 78 | (labels %labels) |
| 79 | (server-type "cpx51") | 79 | (server-type "cx22") |
| 80 | (ssh-key %ssh-key-file))))) | 80 | (ssh-key %ssh-key-file))))) |
| 81 | 81 | ||
| 82 | (define (cleanup machine) | 82 | (define (cleanup machine) |
