[test] Clean-Up Test-Top-Level API (#15713)

This commit is contained in:
Ian Rodney 2021-05-12 13:50:17 -07:00 committed by GitHub
parent 6a044f4f30
commit 6e3ec98b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ def test_api_functions():
"put",
"kill",
"cancel",
"get_actor",
"get_gpu_ids",
"shutdown",
"method",
@ -30,8 +31,6 @@ def test_api_functions():
]
OTHER_ALLOWED_FUNCTIONS = [
# TODO(ilr) either move this to PYTHON_API or remove.
"get_actor",
# In the RuntimeContext API
"get_runtime_context",
]