Skip to content

Commit

Permalink
IDK how this test is failing, but it shouldn't be here
Browse files Browse the repository at this point in the history
Change-Id: Ifd983a42a18f14df3c3b5dd8d4ac098a0e2bcf76
  • Loading branch information
MarkDaoust committed Feb 20, 2025
1 parent 362e001 commit cf16232
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit cf16232

Please sign in to comment.