fix model_server test bootup

This commit is contained in:
Adil Hafeez 2024-12-10 19:02:20 -08:00
parent 94c18925de
commit e5b4fd00ed
2 changed files with 57 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import unittest
from unittest.mock import patch, MagicMock
from src.core.cli import kill_process
from src.commons.utils import kill_process
class TestStopServer(unittest.TestCase):