Implement credit parse result polling and sentinel handling
This commit is contained in:
@@ -23,5 +23,6 @@ def test_dev_parse_args_should_reject_invalid_mode():
|
||||
def test_app_should_register_credit_mock_routes():
|
||||
paths = {route.path for route in app.routes}
|
||||
|
||||
assert "/xfeature-mngs/conversation/htmlEval" in paths
|
||||
assert "/api/service/interface/invokeService/xfeature" in paths
|
||||
assert "/api/service/interface/invokeService/xfeatureResult" in paths
|
||||
assert "/credit/health" in paths
|
||||
|
||||
Reference in New Issue
Block a user