test: update model metadata test with new flags and provider format

This commit is contained in:
Paul Gauthier 2025-03-25 13:38:47 -10:00 committed by Paul Gauthier (aider)
parent 6acbd80cee
commit 8d6a2ecf0e

View file

@ -1072,7 +1072,7 @@ class TestMain(TestCase):
"max_input_tokens": 8192, "max_input_tokens": 8192,
"litellm_provider": "test-provider", "litellm_provider": "test-provider",
}, },
"another-unique-model": { "another-provider/another-unique-model": {
"max_input_tokens": 4096, "max_input_tokens": 4096,
"litellm_provider": "another-provider", "litellm_provider": "another-provider",
}, },
@ -1088,6 +1088,7 @@ class TestMain(TestCase):
"--model-metadata-file", "--model-metadata-file",
str(metadata_file), str(metadata_file),
"--yes", "--yes",
"--no-gitignore",
], ],
input=DummyInput(), input=DummyInput(),
output=DummyOutput(), output=DummyOutput(),