mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-23 00:24:20 +01:00
7 lines
216 B
Python
7 lines
216 B
Python
from src.apis.jina_cloud import is_executor_in_hub
|
|
|
|
|
|
def test_is_microservice_in_hub():
|
|
assert is_executor_in_hub('reoihoflsnvoiawejeruhvflsfk') is False
|
|
assert is_executor_in_hub('CLIPImageEncoder') is True
|