diff --git a/test/test.ts b/test/test.ts index 12e87fe..325dbf7 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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); diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fc8c63d..a085e80 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiclient.xyz/hetznercloud', - version: '1.0.10', + version: '1.0.11', description: 'an unofficial api client for the hetzner cloud api' }