sales fix
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user