From 8d6a2ecf0e01c95d15d626a9ea1ad7c8bab96b93 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 25 Mar 2025 13:38:47 -1000 Subject: [PATCH] test: update model metadata test with new flags and provider format --- tests/basic/test_main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/basic/test_main.py b/tests/basic/test_main.py index 866a4529b..d956b606b 100644 --- a/tests/basic/test_main.py +++ b/tests/basic/test_main.py @@ -1072,7 +1072,7 @@ class TestMain(TestCase): "max_input_tokens": 8192, "litellm_provider": "test-provider", }, - "another-unique-model": { + "another-provider/another-unique-model": { "max_input_tokens": 4096, "litellm_provider": "another-provider", }, @@ -1088,6 +1088,7 @@ class TestMain(TestCase): "--model-metadata-file", str(metadata_file), "--yes", + "--no-gitignore", ], input=DummyInput(), output=DummyOutput(),