fix(core): update

This commit is contained in:
2024-02-17 21:59:10 +01:00
parent 336e27f383
commit 63660ecc03
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@ tap.test('should be able to list all servers', async () => {
tap.test('should be able to create a server', async () => {
const newServer = await testAccount.createServer({
name: 'testserver',
location: 'nbg1'
location: 'nbg1',
labels: {},
});
expect(newServer).toBeInstanceOf(hetznercloud.HetznerServer);
console.log(newServer);