From cf16232ece13b52f205b86a99f8fba3aa4192e72 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Wed, 19 Feb 2025 17:11:30 -0800 Subject: [PATCH] IDK how this test is failing, but it shouldn't be here Change-Id: Ifd983a42a18f14df3c3b5dd8d4ac098a0e2bcf76 --- tests/test_models.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/test_models.py b/tests/test_models.py index c7cd1dbcd..6f10f9123 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -169,14 +169,6 @@ def test_max_temperature(self): model = models.get_base_model(name) self.assertEqual(max_temperature, model.max_temperature) - @parameterized.named_parameters( - ["simple", "mystery-bison-001"], - ["model-instance", protos.Model(name="how?-bison-001")], - ) - def test_fail_with_unscoped_model_name(self, name): - with self.assertRaises(ValueError): - model = models.get_model(name) - def test_list_models(self): # The low level lib wraps the response in an iterable, so this is a fair test. self.responses = {