feat(openapi): integrate openapi directly into the repo.
This commit is contained in:
@ -36,7 +36,7 @@ const testserver = tap.test('should be able to create a server', async (toolsArg
|
||||
tap.test('should be able to delete a server', async () => {
|
||||
const testServer: hetznercloud.HetznerServer =
|
||||
await (testserver.testResultPromise as Promise<hetznercloud.HetznerServer>);
|
||||
// await testServer.delete();
|
||||
await testServer.delete();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user