Some checks failed
tamq-ci / test (push) Failing after 36s
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02f34-ead4-7a60-85cd-d7f08e22fa0e
7 lines
244 B
Python
7 lines
244 B
Python
from tamq.tmux import Endpoint
|
|
|
|
|
|
def test_endpoint_instance_key():
|
|
endpoint = Endpoint("tamq", 42, ["net-kingdom"], "tmux-amq-42-boot")
|
|
assert endpoint.endpoint_id == "tmux-amq-42"
|
|
assert endpoint.instance_key == "tmux-amq-42-boot"
|