test: assert live vault sync path
This commit is contained in:
parent
1a4188d4f8
commit
b29c3aadcd
1 changed files with 1 additions and 1 deletions
|
|
@ -320,5 +320,5 @@ def test_hetzner_token_refreshes_vault_cache_when_missing(monkeypatch):
|
||||||
|
|
||||||
assert app._get_hetzner_dns_token() == "refreshed-token"
|
assert app._get_hetzner_dns_token() == "refreshed-token"
|
||||||
assert calls[0][0] == "sascha@10.4.1.116"
|
assert calls[0][0] == "sascha@10.4.1.116"
|
||||||
assert calls[0][1] == "sudo /app-config/homelab-butler/vault-sync.sh"
|
assert calls[0][1] == "sudo /data/stacks/homelab-butler/vault-sync.sh"
|
||||||
assert calls[1] == "reload"
|
assert calls[1] == "reload"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue