We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a55c8 commit 831feeaCopy full SHA for 831feea
tests/test_fastapi.py
@@ -69,10 +69,6 @@ def read_root():
69
resp = client.post("/dispatch.sdk.v1.FunctionService/Run")
70
self.assertEqual(resp.status_code, 400)
71
72
- def test_Dispatch_no_app(self):
73
- with self.assertRaises(ValueError):
74
- create_dispatch_instance(None, endpoint="http://127.0.0.1:9999")
75
-
76
@mock.patch.dict(os.environ, {"DISPATCH_ENDPOINT_URL": ""})
77
def test_Dispatch_no_endpoint(self):
78
app = fastapi.FastAPI()
0 commit comments