chore(conductor): Mark track 'Curate Provider Registries' as complete. Includes critical fixes for RecursionError, NoneType Hook API responses, and plurality mismatches.
This commit is contained in:
@@ -26,12 +26,12 @@ def test_minimax_history_bleed_stats() -> None:
|
||||
assert stats["limit"] == 204800
|
||||
|
||||
def test_minimax_in_providers_list() -> None:
|
||||
from src.gui_2 import PROVIDERS
|
||||
from src.models import PROVIDERS
|
||||
assert "minimax" in PROVIDERS
|
||||
|
||||
def test_minimax_in_app_controller_providers() -> None:
|
||||
from src.app_controller import AppController
|
||||
assert "minimax" in AppController.PROVIDERS
|
||||
from src.models import PROVIDERS
|
||||
assert "minimax" in PROVIDERS
|
||||
|
||||
def test_minimax_credentials_template() -> None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user