sales fix

This commit is contained in:
arys
2026-05-09 09:16:06 +05:00
parent d617b6908c
commit f53af1f7dc
35 changed files with 7495 additions and 6 deletions
+2
View File
@@ -14,6 +14,7 @@ def test_local_stack_gateway_env_contains_expected_urls():
assert env["WEBCHAT_ADAPTER_SERVICE_URL"] == "http://127.0.0.1:8011"
assert env["EMAIL_ADAPTER_SERVICE_URL"] == "http://127.0.0.1:8012"
assert env["AI_VOICE_RUNTIME_SERVICE_URL"] == "http://127.0.0.1:8018"
assert env["SALES_SERVICE_URL"] == "http://127.0.0.1:8020"
def test_local_stack_service_specs_include_ai_voice_runtime():
@@ -22,6 +23,7 @@ def test_local_stack_service_specs_include_ai_voice_runtime():
assert "ai" in names
assert "ai-voice-runtime" in names
assert "asterisk-bridge" in names
assert "sales" in names
def test_local_stack_manifest_payload_has_core_fields(tmp_path: Path):