We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d434751 commit 4a98b87Copy full SHA for 4a98b87
tests/test_cloud.py
@@ -61,6 +61,12 @@ async def test_cloud():
61
mock_vefaas_service.find_app_id_by_name.return_value = "app-123"
62
mock_vefaas_service.delete.return_value = None
63
64
+ mock_vefaas_service.get_application_route.return_value = (
65
+ "gw-123",
66
+ "svc-456",
67
+ "route-789",
68
+ )
69
+
70
# Test CloudAgentEngine creation and deploy functionality
71
engine = CloudAgentEngine()
72
0 commit comments