Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/Cross_Endpoint_Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,6 @@ except Exception as e:
```python
# Check environment variables
import os
print(f"FLASH_MOTHERSHIP_ID: {os.getenv('FLASH_MOTHERSHIP_ID')}")
print(f"RUNPOD_ENDPOINT_ID: {os.getenv('RUNPOD_ENDPOINT_ID')}")

# Check state manager client directly
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/runtime/test_mothership_provisioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ def test_create_resource_from_manifest_serverless(self):
assert isinstance(resource, ServerlessResource)
# ServerlessResource may append "-fb" suffix during initialization
assert resource_name in resource.name
# FLASH_MOTHERSHIP_ID should be present when RUNPOD_ENDPOINT_ID is set
assert resource.env["FLASH_MOTHERSHIP_ID"] == "mothership-123"
assert resource.env["FLASH_RESOURCE_NAME"] == resource_name

def test_create_resource_from_manifest_live_serverless(self):
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading