mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
test: add support for Hetzner API
This commit is contained in:
parent
83e4a0ffb9
commit
4c242d193c
1 changed files with 1 additions and 0 deletions
|
|
@ -11,5 +11,6 @@ def module():
|
|||
obj.params = {
|
||||
"api_token": "dummy",
|
||||
"api_endpoint": "https://api.hetzner.cloud/v1",
|
||||
"api_endpoint_hetzner": "https://api.hetzner.com/v1",
|
||||
}
|
||||
return obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue