Update tests/test_registrator.py
Some checks failed
CI / test (push) Failing after 12s

This commit is contained in:
2026-02-14 10:10:56 +01:00
parent c584ab0693
commit 940ddfbb8f

View File

@@ -104,7 +104,7 @@ def test_send_to_api_posts_expected_payload(monkeypatch):
registrator.send_to_api("my-host", "8.8.8.8")
assert captured["url"] == "http://api.sdsat.fr:8000/registrator"
assert captured["url"] == "http://api.test-sdsat.fr:8000/registrator"
assert captured["json"]["host"] == "my-host"
# IMPORTANT :